Skip to content
Discussion options

You must be logged in to vote

When you protect a tag in a repository, it usually means that only specific individuals or roles have the necessary permissions to push or modify that tag. This is a good security practice to prevent unauthorized deployments or changes to important tags.

However, if you have protected the tag and your workflow is failing due to the tag being protected, there are a few steps you can take to address this issue:

1.Check Permissions and Access:
Ensure that the user or service account running the workflow has the necessary permissions to push tags, or that it is part of a role or group that has permissions to modify protected tags.

2.Using Personal Access Tokens:
If you're using a CI/CD system…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Sevastyan
Comment options

You must be logged in to vote
1 reply
@1amkaizen
Comment options

Comment options

You must be logged in to vote
1 reply
@mhemani-reach
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage
4 participants