Skip to content

Commit

Permalink
Fix goreleaser permissions (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Jan 12, 2023
1 parent b220185 commit a6c6cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
hashes: ${{ steps.hash.outputs.hashes }}
permissions:
contents: write # for goreleaser/goreleaser-action to create a GitHub release
packages: write # for goreleaser/goreleaser-action to publish docker images
runs-on: ubuntu-latest
env:
# Required for buildx on docker 19.x
Expand Down

0 comments on commit a6c6cd7

Please sign in to comment.