Skip to content

Commit

Permalink
Fix broken provenance generation - workflow must use tag. (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Brown <calebbrown@google.com>
  • Loading branch information
calebbrown committed Feb 28, 2023
1 parent e4de306 commit c870a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: binary-release
name: Binary Release

on:
push:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@68bad40844440577b33778c9f29077a3388838e9
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
upload-assets: true # upload to a new release

0 comments on commit c870a89

Please sign in to comment.