Skip to content

Fix Foundry 403 errors for external PRs#16473

Open
r0qs wants to merge 1 commit intodevelopfrom
fix-gh-api-limit-foundry-circleci
Open

Fix Foundry 403 errors for external PRs#16473
r0qs wants to merge 1 commit intodevelopfrom
fix-gh-api-limit-foundry-circleci

Conversation

@r0qs
Copy link
Member

@r0qs r0qs commented Feb 17, 2026

Our external tests are failing with 403 errors due to GitHub API rate limits. This is because external contributors don't have access to GITHUB_READ_TOKEN, unauthenticated API calls would get rate-limited, as seen in https://app.circleci.com/pipelines/github/argotorg/solidity/41722/workflows/b53b2c11-7aa9-4230-89d0-ad84b55f11e7/jobs/1959253.

This PR replaces the GitHub API calls with publicly accessible release attestations, which don't seem to require authentication.

@r0qs r0qs self-assigned this Feb 17, 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.

1 participant

Comments