Skip to content

Commit fe08a7f

Browse files
authored
Use PAT for tagged-release workflow
Release created through actions will not trigger other actions if using the built in token. Creating a custom PAT works around this issue: https://github.community/t/github-action-trigger-on-release-not-working-if-releases-was-created-by-automation/16559/4
1 parent 92641a6 commit fe08a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- uses: "marvinpinto/action-automatic-releases@latest"
3838
with:
39-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
39+
repo_token: "${{ secrets.RELEASE_ACCESS_TOKEN }}"
4040
prerelease: false
4141
files: |
4242
*

0 commit comments

Comments
 (0)