Skip to content

Commit

Permalink
chore: Add attestations write permission to Docker image signing step…
Browse files Browse the repository at this point in the history
… in workflow
  • Loading branch information
emmanuelmathot committed Jun 3, 2024
1 parent 98267fa commit 211529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write

attestations: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 211529d

Please sign in to comment.