-
|
Whenever I attempt to I don't expect it to make a difference, but my PAT has workflow scope enabled on it. The Github OAuth App however doesn't appear to have this. Any insights on this? Issue search doesn't reveal anyone else having the problem π€ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi, when you run And if you try to manually push the git branch directly before opening a PR, does it work? |
Beta Was this translation helpful? Give feedback.
-
|
@jsok Thanks for your answer. Anyone reading this, download github cli and run |
Beta Was this translation helpful? Give feedback.
gh automatically requests the
workflowscope duringgh auth loginif 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:cli/pkg/cmd/auth/shared/git_credential.go
Lines 41 to 45 in 1263412