Skip to content

fix(ci): pass GITHUB_TOKEN to pinact to avoid anonymous rate limit#1344

Open
mkostromin-sigma wants to merge 1 commit into
prebid:mainfrom
mkostromin-sigma:ci/pr1-followup-fixes
Open

fix(ci): pass GITHUB_TOKEN to pinact to avoid anonymous rate limit#1344
mkostromin-sigma wants to merge 1 commit into
prebid:mainfrom
mkostromin-sigma:ci/pr1-followup-fixes

Conversation

@mkostromin-sigma
Copy link
Copy Markdown
Collaborator

@mkostromin-sigma mkostromin-sigma commented May 22, 2026

Follow-up to #1338.

pinact run --check resolves action tag SHAs via the GitHub API. Without authentication it hits the 60 req/h anonymous limit (403 rate limit exceeded). Pass GITHUB_TOKEN so requests are authenticated (5000 req/h).

The actions/checkout version bump is handled separately by Dependabot PR #1342.

pinact run --check resolves action tag SHAs via the GitHub API.
Without authentication it hits the 60 req/h anonymous limit (403).
Pass GITHUB_TOKEN so requests are authenticated (5000 req/h limit).
@mkostromin-sigma mkostromin-sigma changed the title fix(ci): pass GITHUB_TOKEN to pinact and bump checkout to v4.3.1 fix(ci): pass GITHUB_TOKEN to pinact to avoid anonymous rate limit May 22, 2026
@mkostromin-sigma mkostromin-sigma force-pushed the ci/pr1-followup-fixes branch from 2cafa33 to 97335ed Compare May 22, 2026 20:36
@mkostromin-sigma mkostromin-sigma self-assigned this May 22, 2026
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