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: prevent more rate limiting issues #251

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Feb 9, 2025

Follow up on #244.

This adds the GITHUB_TOKEN to get round the rate limiting where necessary.

It also adds fail-fast to get setup-php to exit with a non-zero exit code if something required in tools could not be installed (or other customizations failed). This prevents running unnecessary interim steps if a later step would never be able to succeed anyway.

Follow up on 244.

This adds the `GITHUB_TOKEN` to get round the rate limiting where necessary.

It also adds `fail-fast` to get `setup-php` to exit with a non-zero exit code if something required in `tools` could not be installed (or other customizations failed).
This prevents running unnecessary interim steps if a later step would never be able to succeed anyway.
@jrfnl jrfnl added this to the 1.1.4 milestone Feb 9, 2025
@coveralls
Copy link

Coverage Status

coverage: 96.408%. remained the same
when pulling a34ba1f on feature/ghactions-fix-more-rate-limiting
into 91d63bc on 1.x.

@jrfnl jrfnl merged commit e1aba5c into 1.x Feb 9, 2025
169 checks passed
@jrfnl jrfnl deleted the feature/ghactions-fix-more-rate-limiting branch February 9, 2025 18:05
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