Skip to content

Commit

Permalink
add missing gh action permissions for full provenances
Browse files Browse the repository at this point in the history
Change-Id: I88325750f1fe55d4cfbdae9642f453a0e126f9b0
  • Loading branch information
jul-sh committed Apr 15, 2024
1 parent 7247942 commit 11fe6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/full_provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
permissions:
actions: read
id-token: write
contents: write # For uploading provenances.
uses: ./.github/workflows/reusable_full_provenance.yaml
with:
build-config-path: ${{ matrix.buildconfig }}
2 changes: 1 addition & 1 deletion .github/workflows/reusable_provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
permissions:
actions: read
id-token: write
contents: write
contents: write # For uploading provenances.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
builder-image: 'europe-west2-docker.pkg.dev/oak-ci/oak-development/oak-development'
Expand Down

0 comments on commit 11fe6e6

Please sign in to comment.