UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.37k stars 426 forks source link

CI: Labeler broken #525

Closed UncleRus closed 1 year ago

UncleRus commented 1 year ago

The issue

Error: HttpError: Bad credentials
Error: Bad credentials

See https://github.com/UncleRus/esp-idf-lib/actions/runs/5157823415/jobs/9290732206?pr=524#step:2:7

The context

No response

Possible solution

No response

Confirmation

trombik commented 1 year ago

I cannot think of any issues in the GitHub action. it's been working, the version of the GitHub Action is the latest, and no breaking changes in recent GitHub development. maybe, the GitHub token has expired?

UncleRus commented 1 year ago

I completely forgot how the token is generated and where exactly it is located :-) Сould you remind me?

trombik commented 1 year ago

It's probably Developer settings.

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens

UncleRus commented 1 year ago

Yes, the token was the problem - it expired on Jun 1. I regenerated it by changing the expiration date. However, restarting the failed job after that did nothing: the same error. It looks like something needs to be changed in the CI scripts after token regeneration:

изображение

trombik commented 1 year ago

as the tests have been working, it probably was caused by some delay, i guess.