Skip to content

Commit

Permalink
docs: Add default description to github token link (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin authored Jan 9, 2025
1 parent dea1532 commit b11167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ HTTP status client error (403 Forbidden) for url
This can happen if the tool is hosted on GitHub, and you've hit the API rate limit. This is especially
common running mise in a CI environment like GitHub Actions. If you don't have a `GITHUB_TOKEN`
set, the rate limit is quite low. You can fix this by creating a GitHub token (which needs no scopes)
by going to <https://github.com/settings/tokens> and setting it as an environment variable. You can
by going to [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new?description=MISE_GITHUB_TOKEN) and setting it as an environment variable. You can
use any of the following (in order of preference):

- `MISE_GITHUB_TOKEN`
Expand Down

0 comments on commit b11167b

Please sign in to comment.