Skip to content

Commit

Permalink
Fix GitHub Action permissions for creating releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bvallelunga committed Jan 25, 2023
1 parent 8587661 commit 334aaa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 334aaa2

Please sign in to comment.