Add missing minimum required scope gist
This commit is contained in:
parent
b14da6c63f
commit
f4955bd47b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm
|
|||
See %[1]sgh auth status%[1]s for its stored location.
|
||||
|
||||
Alternatively, use %[1]s--with-token%[1]s to pass in a token on standard input.
|
||||
The minimum required scopes for the token are: %[1]srepo%[1]s, %[1]sread:org%[1]s.
|
||||
The minimum required scopes for the token are: %[1]srepo%[1]s, %[1]sread:org%[1]s, and %[1]sgist%[1]s.
|
||||
|
||||
Alternatively, gh will use the authentication token found in environment variables.
|
||||
This method is most suitable for "headless" use of gh such as in automation. See
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue