Skip to content

Commit 60f4c5d

Browse files
authored
Mention 403 error when being rate limited by Github
1 parent a3b9e3b commit 60f4c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We recommend using a Linux or MacOS runner if possible, especially if TinyTeX is
4141
tinytex: true
4242
```
4343

44-
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.
44+
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.
4545

4646
### GitHub Enterprise
4747

0 commit comments

Comments
 (0)