athenavm / athena

Athena monorepo
https://www.athenavm.org/
Apache License 2.0
21 stars 2 forks source link

Fix installing athena toolchain in CI #195

Closed poszu closed 3 weeks ago

poszu commented 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.