Skip to content

Instantly share code, notes, and snippets.

@jepler
Created December 11, 2023 18:36
Show Gist options
  • Save jepler/64b302125bce317ad93e108aa796984f to your computer and use it in GitHub Desktop.
Save jepler/64b302125bce317ad93e108aa796984f to your computer and use it in GitHub Desktop.
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/issues/97
Best guess this is an issue with the pypi token configured for the repo, or whatever organizational setting shares the pypi token with the repos if it's centralized in that way.
https://github.com/adafruit/Adafruit_CircuitPython_Wii_Classic/issues/5
GH token permission 403 error. Possibly same issue as https://github.com/adafruit/Adafruit_CircuitPython_Wave/issues/3#issuecomment-1848992228
These repo's had the "Protected branch update failed for refs/heads/main." error during Adabot patch:
Adafruit_CircuitPython_FXOS8700
Adafruit_CircuitPython_MAX1704x
Adafruit_CircuitPython_AS7341
Adafruit_CircuitPython_DHT
Adafruit_CircuitPython_FONA
Adafruit_CircuitPython_FXAS21002C
Adafruit_CircuitPython_ICM20X
Adafruit_CircuitPython_INA260
Adafruit_CircuitPython_NeoPixel
Adafruit_CircuitPython_PCA9685
Adafruit_CircuitPython_PCF8591
Adafruit_CircuitPython_VL53L4CD
Adafruit_CircuitPython_BitbangIO
Adafruit_CircuitPython_BitmapSaver
Adafruit_CircuitPython_BLE_Eddystone
Adafruit_CircuitPython_BusDevice
Adafruit_CircuitPython_framebuf
Adafruit_CircuitPython_GFX
Adafruit_CircuitPython_LIFX
Adafruit_CircuitPython_AdafruitIO
Adafruit_CircuitPython_PCF8523
Adafruit_CircuitPython_GPS
Adafruit_CircuitPython_Ducky
Adafruit_CircuitPython_OV5640
Adafruit_CircuitPython_Bitmap_Font
Adafruit_CircuitPython_ImageLoad
Adafruit_CircuitPython_RFM69
@dhalbert
Copy link

I fixed all the above:

  • BusDevice: removed outdated repo-only secrets
  • Wii_Classic: fixed Actions permissions per Wave fix
  • Removed branch protection rules for all the listed repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment