Skip to content

Commit

Permalink
ci: add write permissions to changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emizzle committed Feb 9, 2024
1 parent 2d6ead6 commit a71a7c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
generate:
name: Generate changelog
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a71a7c3

Please sign in to comment.