Versions
- GitHub Extension for Visual Studio version: 2.10.8.8132
- Visual Studio version: VS 2019 ENT (16.4.2)
What happened
When I try to updated a GitHub workflow file (yaml file) the push will fail with following error:
Error encountered while pushing to the remote repository: rejected features/cicd -> features/cicd (refusing to allow an OAuth App to create or update workflow .github/workflows/main.yml without workflow scope)
Steps to Reproduce
Steps to reproduce the behavior:
- Modify GitHub workflow file in a non master branch
- Push changes to repository
Expected behavior
Visual Studio Github extensions has enough rights to create or update a workflow
Logs
Error encountered while pushing to the remote repository: rejected features/cicd -> features/cicd (refusing to allow an OAuth App to create or update workflow .github/workflows/main.yml without workflow scope)
Additional context
N/A