Skip to content

Commit

Permalink
Fixed attestation in work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Mar 26, 2024
1 parent c00bb62 commit 532da26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js
node process.js
echo "digest=$(cat digest.txt)" >> $GITHUB_OUTPUT
- name: Attest boot-script-service binary
- name: Attest opaal binary
uses: github-early-access/generate-build-provenance@main
with:
subject-path: opaal/boot-script-service
subject-path: opaal

0 comments on commit 532da26

Please sign in to comment.