Skip to content

Commit

Permalink
chore: give release action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent 3169f03 commit 2d78dd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
needs: bump_version
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Generate CHANGELOG for Github release
id: changelog
Expand Down

0 comments on commit 2d78dd4

Please sign in to comment.