Reaching github rate limit due to unauthenticated (no GITHUB_TOKEN set) requests #4018
Unanswered
foxdrodd
asked this question in
Troubleshooting and bug reports
Replies: 1 comment 3 replies
-
You can generate one at https://github.com/settings/tokens/new (no need for any permissions) and add it to your rc shell file export MISE_GITHUB_TOKEN="..." |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since a few days, we get errors regarding github API rate limits, as
GITHUB_TOKEN
is not set. It looks like the requests are done without anyGITHUB_TOKEN
- means unauthenticated - so the rate limit is very easy to reach (60 per hour per IP).I saw some token-related PRs in the last weeks, can those have something to do with it?
Beta Was this translation helpful? Give feedback.
All reactions