fixed URL for github access token (#4415)

This commit is contained in:
Lukas Ecklmayr 2018-01-14 20:34:48 +01:00 committed by Fabian Affolter
parent 1e7b950ad6
commit ba538c71f9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -26,7 +26,7 @@ sensor:
Configuration variables:
- **api_key** (*Required*): GitHub [access token](https://github.com/settings/applications) with the following scopes: *read:org*, *user:email*, *repo_deployment*, *repo:status*, *write:repo_hook*.
- **api_key** (*Required*): GitHub [access token](https://github.com/settings/tokens) with the following scopes: *read:org*, *user:email*, *repo_deployment*, *repo:status*, *write:repo_hook*.
- **branch** (*Optional*): Determine which default branch should be used by the **state** condition. Defaults to *master*.
- **scan_interval** (*Optional*): How frequently to query for new data. Defaults to 30 seconds.
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. If not specified, all conditions below will be enabled by default. The following conditions can be monitored.