Skip to content

Commit

Permalink
ci(docker): pass perms
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Apr 26, 2024
1 parent 2d36cde commit e6d4bca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ jobs:
docker:
uses: FyraLabs/actions/.github/workflows/docker.yml@main
with:
publish: ${{ github.event_name != 'pull_request' }}
publish: ${{ github.event_name != 'pull_request' }}
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write

0 comments on commit e6d4bca

Please sign in to comment.