-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Description
I am using personal access token from a machine user sa-machine-user. Then I specify:
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.MACHINE_USER_PERSONAL_ACCESS_TOKEN }}
force: false
Finally in the repo I have allowed this user:
But still getting:
remote: error: GH006: Protected branch update failed for refs/heads/dev.
remote: error: At least 1 approving review is required by reviewers with write access. You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information.
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels
