Skip to content

Commit

Permalink
docs(readme): add write permissions to changelog job
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 20, 2024
1 parent 39dc6a7 commit 47c2a7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,15 @@ jobs:
changelog:
name: Generate changelog
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate a changelog
- name: Generate changelog
uses: orhun/git-cliff-action@v4
with:
config: cliff.toml
Expand Down

0 comments on commit 47c2a7f

Please sign in to comment.