Skip to content

Commit

Permalink
fix: add permissions.contents: write in the release job (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
maruloop authored Feb 12, 2024
1 parent 6e9a4f4 commit 2efc984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
types:
- labeled

permissions:
contents: write

jobs:
release:
if: github.event.action != 'labeled'
Expand Down

0 comments on commit 2efc984

Please sign in to comment.