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

Tag push not triggering workflows which are configured to run on tag push, even with PAT configured #128

Open
ryan-jan opened this issue Oct 15, 2022 · 1 comment

Comments

@ryan-jan
Copy link

Describe the bug
I have a workflow set to trigger on pushed tags, however when this semantic-release action creates a tag my other action is not triggered. I have set the GITHUB_TOKEN to use a PAT but it still seems to create the tag using the semantic-release bot, is this what is causing the issue. The release itself is created as me (because of the PAT) but the tag is not.

Expected behavior
When using a PAT in the GITHUB_TOKEN variable the tag would be created and pushed using the PAT.

@antonmihaylov
Copy link

antonmihaylov commented Oct 28, 2022

I have the same problem, are there any known workarounds for this?

Edit: It worked when I used GH_TOKEN as the secret name
image

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

2 participants