Skip to content

Commit

Permalink
Attempt to fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Jun 1, 2024
1 parent 9958343 commit f3b8094
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,27 @@ jobs:
provenance:
needs: [collect]
runs-on: ubuntu-latest
permissions:
actions: read
id-token: write
contents: write

uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
base64-subjects: "${{ needs.collect.outputs.hashes }}"
# Upload provenance to a new release
upload-assets: false
provenance-name: supercan.intoto.jsonl
steps:
- name: Create provenance
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
base64-subjects: "${{ needs.collect.outputs.hashes }}"
# Upload provenance to a new release
upload-assets: false
provenance-name: supercan.intoto.jsonl

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: supercan.intoto.jsonl
if-no-files-found: error
name: provenance


latest:
Expand Down

0 comments on commit f3b8094

Please sign in to comment.