Skip to content

Commit

Permalink
github: workflow: fix: add id-token write permissions for sigstore
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Jun 23, 2024
1 parent a826e66 commit bd6c9c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
release:
runs-on: ubuntu-latest

permissions:
id-token: write # for sigstore cosign

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bd6c9c1

Please sign in to comment.