UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266

Home Page:https://esp-idf-lib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI: Labeler broken

UncleRus opened this issue · comments

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

  • This report is not a bug report in code, a question, nor a request for drivers.

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?

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

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:

изображение

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