You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/docs/config/github.md

20 lines
982 B

# 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: ################################
```
11 months ago
| Attribute | Allowed Values | Default | Required |
|:-------------------|:---------------------------------------------------------------------------|:--------|:------------------------------------------:|
| `token` | GitHub Personal Access Token | N/A | :fontawesome-solid-circle-check:{ .green } |
* The GitHub Personal Access Token can be generated [here](https://github.com/settings/tokens).