Skip to content

Commit

Permalink
update generate-changelog to add permissions for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkitree committed Nov 4, 2024
1 parent de48b55 commit 1f6a168
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.CHANGELOG_GITHUB_TOKEN }}
- name: Generate Changelog
run: |
export PATH="$PATH:/home/runner/.local/share/gem/ruby/3.0.0/bin"
Expand Down

0 comments on commit 1f6a168

Please sign in to comment.