Skip to content

Commit 7480886

Browse files
chore: update changelog workflow
1 parent 1e3d5ec commit 7480886

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
uses: stefanzweifel/changelog-updater-action@v1
1919
with:
2020
latest-version: ${{ github.event.release.name }}
21-
token: ${{ secrets.PAT }}
2221
release-notes: ${{ github.event.release.body }}
2322

2423
- name: Commit updated CHANGELOG
25-
uses: stefanzweifel/git-auto-commit-action@v4
24+
uses: stefanzweifel/git-auto-commit-action@v4.16.0
2625
with:
2726
branch: main
2827
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)