Closed poszu closed 3 weeks ago
Fix CI failing due to github ratelimiting (example: https://github.com/athenavm/athena/actions/runs/11563633568/job/32201726521?pr=170). Github gives a much higher limits for authenticated requests. The code already configures an Authorization header, we simply need to pass a token in GITHUB_TOKEN env variable.
Authorization
GITHUB_TOKEN
Fix CI failing due to github ratelimiting (example: https://github.com/athenavm/athena/actions/runs/11563633568/job/32201726521?pr=170). Github gives a much higher limits for authenticated requests. The code already configures an
Authorization
header, we simply need to pass a token inGITHUB_TOKEN
env variable.