GitHub token does not work
Summary
SCORE_BOT_PAT cannot push branches or create PRs. We were incorrect to close #6226
I asked @chheis to reopen it, but since it's been two weeks I guess that reopening didn't bring it back to some dashboard ;-)
Current Ideas:
- Fine grained tokens apply to repositories you OWN. So for eclipse-score repositories, we need a fine grained token by eclipse-score, not by eclipse-score-bot.
- Is using a classic token an option?
Steps to reproduce
Attempt PR creation using that token.
What is the current bug behavior?
Token is rejected.
What is the expected correct behavior?
Token works :-)
Relevant logs and/or screenshots
Log, with some debug information (see previous steps). However all that output is not helping.
https://github.com/eclipse-score/bazel_registry/actions/runs/17944369582/job/51027304107
Tried with an action, with gh cli and pure git. Always same result.
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
Blocking further development, as we currently focus on cross repository integration workflows and need the token for such actions.