Skip to content

Commit

Permalink
Mention 403 error when being rate limited by Github
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored May 27, 2024
1 parent a3b9e3b commit 60f4c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ We recommend using a Linux or MacOS runner if possible, especially if TinyTeX is
tinytex: true
```

Setting `GH_TOKEN` is recommended as installing TinyTeX will query the github API. Otherwise, some API rate limit issue could happen which will make the step fails. A re-run of failed job on Github would solve it too.
Setting `GH_TOKEN` is recommended as installing TinyTeX will query the github API. Otherwise, some API rate limit issue could happen which will make the step fails (e.g. with an explicit 403 - Forbidden error). A re-run of failed job on Github would solve it too.

### GitHub Enterprise

Expand Down

0 comments on commit 60f4c5d

Please sign in to comment.