Skip to content

Commit

Permalink
use the right persmissions
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Sanchez <[email protected]>
  • Loading branch information
dolfolife committed Sep 19, 2023
1 parent 7dfc2fa commit 93326f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ env:
jobs:
goreleaser:
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 93326f4

Please sign in to comment.