Refusing to allow an OAuth App to create or update workflow
Hey!
I get this error when i'm trying to push a commit containing changes to github workflow files within a coder workspace:
But i don't understand it very well as OAuth apps doesn't have any scope permissions thing 🤔
I then thought coder was creating a PAT on my behalf but when i go in the list in my github settings there's nothing related to coder...
Are there any way to fix this?
3 Replies
I assume you're using our gitauth feature? You'll have to add the
workflow
scope to your GitHub App.
Or maybe we'll have to add the workflow
scope to our defaults for GitHub. I'll actually do that now!thanks!