Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 07:43
· 27 commits to main since this release
0e022dd
Authenticate brew audit GitHub calls to avoid rate-limit failure

brew audit --cask --online makes unauthenticated GitHub API calls,
capped at 60/hour per IP, which shared runner IPs routinely exhaust, so
S3 failed with "API rate limit exceeded". Pass the existing GITHUB_TOKEN
via HOMEBREW_GITHUB_API_TOKEN on the lint step to use the authenticated
limit.