Skip to content

Commit

Permalink
id token permission for Docker image signing #5
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Jul 7, 2022
1 parent ff5f9e6 commit 93decb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
permissions:
contents: read
packages: write
id-token: write # Used for identity challenge with sigstore/fulcio

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

0 comments on commit 93decb7

Please sign in to comment.