Skip to content

Commit 9c9f3a3

Browse files
committed
ci: use PAT token for changelog workflow to bypass branch protection
1 parent 7bc9f49 commit 9c9f3a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
token: ${{ secrets.PAT_TOKEN }}
1819

1920
- name: Generate changelog
2021
env:

0 commit comments

Comments
 (0)