Skip to content

Commit 1f6a168

Browse files
committed
update generate-changelog to add permissions for commit
1 parent de48b55 commit 1f6a168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-changelog.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ on:
66
jobs:
77
changelog:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
911
steps:
1012
- uses: actions/checkout@v4
1113
with:
1214
ref: ${{ github.head_ref }}
15+
token: ${{ secrets.CHANGELOG_GITHUB_TOKEN }}
1316
- name: Generate Changelog
1417
run: |
1518
export PATH="$PATH:/home/runner/.local/share/gem/ruby/3.0.0/bin"

0 commit comments

Comments
 (0)