Skip to content

Commit

Permalink
fix: Update release.yml (#66)
Browse files Browse the repository at this point in the history
Add missing permissions check.
  • Loading branch information
nieomylnieja authored May 24, 2024
1 parent c5b6772 commit 411b2ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
GITHUB_TOKEN: ${{secrets.GORELEASER_TOKEN}}
image:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: read
attestations: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 411b2ad

Please sign in to comment.