Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

gh automatically requests the workflow scope during gh auth login if during the interactive login process you chose "Yes" to the question of whether to set up Git to authenticate with gh as a credential helper:

if flow.shouldSetup {
if isGitMissing(gitErr) {
return gitErr
}
flow.scopes = append(flow.scopes, "workflow")

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@jsok
Comment options

@mislav
Comment options

Answer selected by jsok
@Propfend
Comment options

Comment options

You must be logged in to vote
3 replies
@LuizMateuss
Comment options

@Ravinduchathuranga
Comment options

@mostafasoufi
Comment options

Comment options

You must be logged in to vote
1 reply
@Muadiv
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
10 participants