adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
445 stars 401 forks source link

CI uses GitHub access_token query parameter which is deprecated #123

Open tannewt opened 4 years ago

tannewt commented 4 years ago

https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param

The use is here: https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/master/tools/github_requests.py

I think it originates from this file that has been updated: https://github.com/adafruit/adabot/blob/master/adabot/github_requests.py

hathach commented 3 years ago

check out https://github.com/adafruit/uf2-esp32s/pull/11 for simpler action script