Skip to content

Commit

Permalink
fix: permissions for attestations image release step (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth authored Jan 25, 2025
1 parent 1a24929 commit 90604e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
attestations: write
env:
IMAGE_REGISTRY: ${{ secrets.image-registry }}
IMAGE_REGISTRY_USERNAME: ${{ secrets.image-registry-username }}
Expand Down

0 comments on commit 90604e8

Please sign in to comment.