Skip to content

Commit

Permalink
Fix CI workflow permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Sep 11, 2023
1 parent c64098b commit 7e3a19f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:

build-static:
runs-on: ubuntu-latest
permissions:
id-token: write
env:
COSIGN_EXPERIMENTAL: 1
strategy:
matrix:
arch: [amd64, arm64, ppc64le]
Expand Down

0 comments on commit 7e3a19f

Please sign in to comment.