Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user_project_ci action fails in the "Commit" stage (when protected branches are enabled) #22

Open
rolfmobile99 opened this issue Dec 8, 2022 · 0 comments

Comments

@rolfmobile99
Copy link

If someone has set up protected branches for their GitHub account (perfectly reasonable to do),
then the user_project_ci action will fail!
This is because it does a "git push" and expects that to work.

The specific error message looks something like:
GH006: Protected branch update failed for refs ...

The workaround is to turn off the protected branch.
(a bit hard to find on github.. look under Settings/Branches then "Branch protection rule")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant