Skip to content

Commit a710ae1

Browse files
committed
Update update-changelog.yml
1 parent 8f20847 commit a710ae1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/update-changelog.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [ released ]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
update:
912
runs-on: ubuntu-latest
@@ -14,7 +17,6 @@ jobs:
1417
uses: actions/checkout@v4
1518
with:
1619
ref: main
17-
token: ${{ secrets.ADMIN_PAT }}
1820

1921
- name: Update Changelog
2022
uses: stefanzweifel/changelog-updater-action@v1
@@ -27,5 +29,4 @@ jobs:
2729
with:
2830
branch: main
2931
commit_message: Update CHANGELOG
30-
file_pattern: CHANGELOG.md
31-
token: ${{ secrets.ADMIN_PAT }}
32+
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)