Add support for enterprise repos to github plugin (#6194)

This commit is contained in:
shane
2019-08-02 15:05:46 -05:00
committed by Daniel Nelson
parent 78d3b86581
commit 3c811c15b3
3 changed files with 32 additions and 5 deletions

View File

@@ -14,6 +14,9 @@ alternative method for collecting repository information.
## Github API access token. Unauthenticated requests are limited to 60 per hour.
# access_token = ""
## Github API enterprise url. Github Enterprise accounts must specify their base url.
# enterprise_base_url = ""
## Timeout for HTTP requests.
# http_timeout = "5s"