You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone uses a Personal Access Token as authentication for GitHub, they should have the workflow scope enabled on that token. Otherwise, the following error is raised in git push:
! [remote rejected] main -> main (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/test_and_deploy.yml` without `workflow` scope)
The text was updated successfully, but these errors were encountered:
If someone uses a Personal Access Token as authentication for GitHub, they should have the
workflow
scope enabled on that token. Otherwise, the following error is raised ingit push
:The text was updated successfully, but these errors were encountered: