Add github-token to avoid CI failures due to rate limit#13
Add github-token to avoid CI failures due to rate limit#13jsoref wants to merge 1 commit intoactions:mainfrom
Conversation
|
Hi @jsoref 👋, Thank you for your work on this PR. We’ve tested it with It appears the changes in this PR aren’t resolving the issue as expected. Could you please review and let us know if there’s anything we might be missing in our configuration, or if there are any additional steps we should try? |
|
@priyagupta108 that's because you don't appear to be using Here's an example where someone uses it: Note that with this, you'd have an octokit that could send credentials out. You'd then need to use I could be wrong, but you work for GitHub and are in the actions org, and I'm not. If the docs are unclear, you could file a bug against the toolkit folks to improve them. My changes are correct, but clearly insufficient because you module is broken beyond the fact that your tests aren't passing credentials. |
When I triggered CI, it failed:
https://github.com/check-spelling-sandbox/setup-java/actions/runs/12417595625/job/34668910196
Adding the
GITHUB_TOKENwould allow repositories that use this reusable workflow (such as actions/setup-java) to pass more reliably... check-spelling-sandbox/setup-java#2