Skip to content

Commit 9680ba6

Browse files
committed
chore: update github actions
1 parent 0a3bd52 commit 9680ba6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/update-changelog.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: "Update Changelog"
1+
name: 'Update Changelog'
22

33
on:
44
release:
5-
types: [ released ]
5+
types: [released]
6+
7+
permissions:
8+
contents: write
69

710
jobs:
811
update:
@@ -21,7 +24,7 @@ jobs:
2124
release-notes: ${{ github.event.release.body }}
2225

2326
- name: Commit updated CHANGELOG
24-
uses: stefanzweifel/git-auto-commit-action@v4
27+
uses: stefanzweifel/git-auto-commit-action@v5
2528
with:
2629
branch: main
2730
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)