Skip to content

Commit

Permalink
Update Docker publish workflow with correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nfacha committed Jul 18, 2024
1 parent c3d75cc commit 129a0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

runs-on: ubuntu-latest
permissions:
contents: read
packages: write
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
Expand Down

0 comments on commit 129a0b3

Please sign in to comment.