Skip to content

Commit

Permalink
Merge pull request #8 from DopplerHQ/develop
Browse files Browse the repository at this point in the history
Fix GitHub Action permissions for creating releases
  • Loading branch information
bvallelunga authored Jan 26, 2023
2 parents 8587661 + 334aaa2 commit 1d676a7
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 1d676a7

Please sign in to comment.