We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc3abb commit dde3374Copy full SHA for dde3374
.github/workflows/docker.yml
@@ -23,3 +23,9 @@ jobs:
23
uses: FyraLabs/actions/.github/workflows/docker.yml@main
24
with:
25
publish: ${{ github.event_name != 'pull_request' }}
26
+ permissions:
27
+ contents: read
28
+ packages: ${{ github.event_name != 'pull_request' && 'write' || 'none' }}
29
+ # This is used to complete the identity challenge
30
+ # with sigstore/fulcio when running outside of PRs.
31
+ id-token: ${{ github.event_name != 'pull_request' && 'write' || 'none' }}
0 commit comments