Skip to content

Use GITHUB_TOKEN for GitHub API requests to avoid rate limiting#6

Merged
albertodebortoli merged 1 commit intomainfrom
use-github-token-avoid-rate-limiting
Mar 10, 2026
Merged

Use GITHUB_TOKEN for GitHub API requests to avoid rate limiting#6
albertodebortoli merged 1 commit intomainfrom
use-github-token-avoid-rate-limiting

Conversation

@albertodebortoli
Copy link
Member

@albertodebortoli albertodebortoli commented Mar 10, 2026

When GITHUB_TOKEN is set in the environment, pass it as a Bearer token on the GitHub API call that fetches the latest release version.

This matches what setup-luca already does (see LucaTools/setup-luca#3) by setting GITHUB_TOKEN: ${{ github.token }} on the install step, raising the rate limit from 60 to 5000 requests/hr for CI runs.

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