Skip to content

Commit

Permalink
Merge pull request #31 from DopplerHQ/nic/release-permissions
Browse files Browse the repository at this point in the history
Add write contents permissions to release workflow
  • Loading branch information
nmanoogian authored Nov 1, 2022
2 parents 300fd1b + f3f2353 commit 72b7f38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
-
name: Checkout
Expand Down

0 comments on commit 72b7f38

Please sign in to comment.