Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide GITHUB_TOKEN to setup-protoc action #679

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

tgeoghegan
Copy link
Contributor

We saw at least one build failure (1) in CI that is down to the arduino/setup-protoc action encountering a rate limit. According to the action's README (2), it uses GitHub API to query releases on some protoc related repository. We can avoid rate limits by authenticating, which we do by passing the action's GITHUB_TOKEN into the setup-protoc action.

We saw at least one build failure ([1]) in CI that is down to the
`arduino/setup-protoc` action encountering a rate limit. According to
the action's README ([2]), it uses GitHub API to query releases on some
`protoc` related repository. We can avoid rate limits by authenticating,
which we do by passing the action's `GITHUB_TOKEN` into the
`setup-protoc` action.

[1]: https://github.com/divviup/janus/actions/runs/3316231068/jobs/5477782062
[2]: https://github.com/arduino/setup-protoc#usage
@tgeoghegan tgeoghegan requested a review from a team as a code owner October 24, 2022 21:42
@tgeoghegan
Copy link
Contributor Author

See also actions/runner-images#602

@tgeoghegan tgeoghegan merged commit ff1e6b6 into main Oct 24, 2022
@tgeoghegan tgeoghegan deleted the timg/setup-protoc-github-token branch October 24, 2022 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants