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

GH Actions/test: fix rate limiting issue #244

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Feb 7, 2025

If a tool version is specified, workflows can run into rate limiting issues with the GitHub API. To get round this, the GITHUB_TOKEN needs to be provided.

The tools key is also used in the CS workflows, but has, so far, not yielded any problematic builds for those. If needs be, the same tweak can be made to those job steps if those jobs would start to hit rate limits in the future.

Ref: https://github.com/shivammathur/setup-php#wrench-tools-support

If a tool version is specified, workflows can run into rate limiting issues with the GitHub API. To get round this, the `GITHUB_TOKEN` needs to be provided.

The `tools` key is also used in the CS workflows, but has, so far, not yielded any problematic builds for those. If needs be, the same tweak can be made to those job steps if those jobs would start to hit rate limits in the future.

Ref: https://github.com/shivammathur/setup-php#wrench-tools-support
@jrfnl jrfnl added this to the 1.x Next milestone Feb 7, 2025
@coveralls
Copy link

Coverage Status

coverage: 96.408%. remained the same
when pulling da25566 on feature/ghactions-reduce-rate-limit-issues
into 5c8016c on 1.x.

@jrfnl jrfnl merged commit 5131d92 into 1.x Feb 7, 2025
169 checks passed
@jrfnl jrfnl deleted the feature/ghactions-reduce-rate-limit-issues branch February 7, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants