Skip to content

Commit 9832cdc

Browse files
authored
ci(docker): always supply perms (it's fine)
1 parent dde3374 commit 9832cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
publish: ${{ github.event_name != 'pull_request' }}
2626
permissions:
2727
contents: read
28-
packages: ${{ github.event_name != 'pull_request' && 'write' || 'none' }}
28+
packages: write
2929
# This is used to complete the identity challenge
3030
# with sigstore/fulcio when running outside of PRs.
31-
id-token: ${{ github.event_name != 'pull_request' && 'write' || 'none' }}
31+
id-token: write

0 commit comments

Comments
 (0)