X Tutup
Skip to content

Commit ece17c4

Browse files
committed
Add GITHUB_ENTERPRISE_TOKEN mention to api help
1 parent c80292c commit ece17c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/cmd/api/api.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ original query accepts an '$endCursor: String' variable and that it fetches the
117117
`),
118118
Annotations: map[string]string{
119119
"help:environment": heredoc.Doc(`
120-
GITHUB_TOKEN: an authentication token for API requests.
120+
GITHUB_TOKEN: an authentication token for github.com API requests.
121+
122+
GITHUB_ENTERPRISE_TOKEN: an authentication token for API requests to GitHub Enterprise.
121123
`),
122124
},
123125
Args: cobra.ExactArgs(1),

0 commit comments

Comments
 (0)
X Tutup