Add GITHUB_ENTERPRISE_TOKEN mention to api help
This commit is contained in:
parent
c80292c2e8
commit
ece17c4ce2
1 changed files with 3 additions and 1 deletions
|
|
@ -117,7 +117,9 @@ original query accepts an '$endCursor: String' variable and that it fetches the
|
|||
`),
|
||||
Annotations: map[string]string{
|
||||
"help:environment": heredoc.Doc(`
|
||||
GITHUB_TOKEN: an authentication token for API requests.
|
||||
GITHUB_TOKEN: an authentication token for github.com API requests.
|
||||
|
||||
GITHUB_ENTERPRISE_TOKEN: an authentication token for API requests to GitHub Enterprise.
|
||||
`),
|
||||
},
|
||||
Args: cobra.ExactArgs(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue