parent
1bf2243dfb
commit
583b6c8b94
@ -0,0 +1,19 @@
|
||||
# Github Attributes
|
||||
|
||||
Configuring [Github](https://github.com/) is optional but can allow you to avoid rate limits when requesting data from github.
|
||||
|
||||
Requests made with a github token have a higher rate limit than anonymous requests.
|
||||
|
||||
A `github` mapping is in the root of the config file.
|
||||
|
||||
Below is a `github` mapping example and the full set of attributes:
|
||||
```yaml
|
||||
github:
|
||||
token: ################################
|
||||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:-------------------|:---------------------------------------------------------------------------|:--------|:--------:|
|
||||
| `token` | Github Personal Access Token | N/A | ✅ |
|
||||
|
||||
* The Github Personal Access Token can be generated [here](https://github.com/settings/tokens).
|
Loading…
Reference in new issue