Skip to content

Commit fac43a1

Browse files
minsoo-webclaude
andauthored
fix: use PAT for auto-tag push to trigger release workflow (#28)
GitHub Actions security policy prevents workflows triggered by GITHUB_TOKEN from triggering other workflows. Use PAT_WORKFLOW_ONLY secret in checkout so the tag push triggers the release workflow. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f146123 commit fac43a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 2
21+
token: ${{ secrets.PAT_WORKFLOW_ONLY }}
2122

2223
- name: Check version change
2324
id: version

0 commit comments

Comments
 (0)