We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33da18a commit 8268c52Copy full SHA for 8268c52
1 file changed
README.md
@@ -225,6 +225,15 @@ COMP_EXECUTABLES = [
225
]
226
```
227
228
+### VCS Provider Specific Settings
229
+
230
+#### Github
231
232
+* ``GITHUB_OAUTH_TOKEN`` - Github oAuth token to use for authenticating against
233
+ the Github API. If not provided, it will default to unauthenticated API requests
234
+ which have low rate limits so an exception may be thrown when retrieving info
235
+ from the Github API due to the rate limit being reached.
236
237
## Getting help
238
239
For help regarding the configuration of Codespeed, or to share any ideas or
0 commit comments