1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

initial implementation to support github enterprise

This commit is contained in:
Amr Tamimi
2018-06-02 02:58:25 +02:00
committed by Amr Tamimi
parent 7545eadaff
commit df97d6c2d3
2 changed files with 39 additions and 9 deletions

View File

@@ -26,7 +26,13 @@ wtf/github/
## Required ENV Variables
<span class="caption">Key:</span> `WTF_GITHUB_TOKEN` <br />
<span class="caption">Action:</span> Your <a href="https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization">Github API</a> token.
<span class="caption">Action:</span> Your <a href="https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization">Github API</a> token or <a href="https://developer.github.com/enterprise/2.13/v3/enterprise-admin/">Github Enterprise</a> API token.
<span class="caption">Key:</span> `WTF_GITHUB_BASE_URL` <br />
<span class="caption">Action:</span> Your <a href="https://developer.github.com/enterprise/2.13/v3/enterprise-admin/">Github Enterprise</a> API URL.
<span class="caption">Key:</span> `WTF_GITHUB_UPLOAD_URL` <br />
<span class="caption">Action:</span> Your <a href="https://developer.github.com/enterprise/2.13/v3/enterprise-admin/">Github Enterprise</a> upload URL (often the same as API URL).
## Keyboard Commands