-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
you need to use a token other than |
Beta Was this translation helpful? Give feedback.
-
Thank you @levibostian, I've been stuck for a long time on this one. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, is it possible to use GitHub App for this kind of job, instead of Personal Access Token? |
Beta Was this translation helpful? Give feedback.
-
One more question here is which scopes does the GitHubApp or Personal Access Token needs to have inorder to be able to trigger the next workflow |
Beta Was this translation helpful? Give feedback.
-
@levibostian @gr2m and anyone else https://github.com/Shereef/semantic-gha-trigger-tag here is my repo idk why it's not working Please help! |
Beta Was this translation helpful? Give feedback.
you need to use a token other than
GITHUB_TOKEN
when creating the release on GitHub. GitHub actions do not trigger other GitHub actions to avoid infinite loops. I usually create a bot user account for this use case, and save a personal access token in the org/repo secrets. But you can also register a GitHub App and then create an installation access token and pass that to semantic-release. There are actions to do that, e.g. https://github.com/marketplace/actions/action-github-app-token