-
Notifications
You must be signed in to change notification settings - Fork 253
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
Error on protected branch #161
Comments
I only know where user used an admin user token to bypass all checks. But never used it myself. |
Hi, I am an admin on the org and gave the PAT full access, is that what you mean? or is there another PAT you can use? |
Sorry forgot i opened this, yes thats how i resolved it as well. though doing so did break other steps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Im trying to semver tags on a protected master branch. I have the following setup:
master branch protection:
require a pull request before merging
I created a PAT for myself and added that as a secret (BYPASS)
action looks like below:
I have a CODEOWNERS file that is like below:
When i run the action i still get the error:
Is there a work around to keep a master branch protected while enabling your action?
The text was updated successfully, but these errors were encountered: