Skip to content

Commit

Permalink
Set permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Jul 26, 2023
1 parent 9668490 commit 4bf9180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: ${{ matrix.os-name }}-build
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
permissions:
id-token: write

defaults:
run:
Expand Down Expand Up @@ -146,7 +148,7 @@ jobs:
if: ${{ contains(matrix.os, 'ubuntu') }}
run: |
cosign version
cosign sign-blob --yes --oidc-provider='github-actions' --bundle release/fossa_linux_amd64.bundle release/fossa
cosign sign-blob --yes --bundle release/fossa_linux_amd64.bundle release/fossa
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4bf9180

Please sign in to comment.