Skip to content

Commit 3fe8ace

Browse files
jorbenclaude
andauthored
fix(ci): 🐛 use PAT to trigger CI from changelog PR (#11)
GITHUB_TOKEN cannot trigger other workflows by design. Using PAT_TOKEN allows the changelog PR to trigger CI checks. Co-authored-by: Claude <noreply@anthropic.com>
1 parent a6174e9 commit 3fe8ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create Pull Request
3030
uses: peter-evans/create-pull-request@v7
3131
with:
32-
token: ${{ github.token }}
32+
token: ${{ secrets.PAT_TOKEN }}
3333
commit-message: "docs: update CHANGELOG.md for ${{ github.ref_name }}"
3434
title: "docs: update CHANGELOG.md for ${{ github.ref_name }}"
3535
body: |

0 commit comments

Comments
 (0)