mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Fixed attestation in work flow
This commit is contained in:
parent
c00bb625e2
commit
532da269be
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_release.yml
vendored
4
.github/workflows/build_release.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js
|
echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js
|
||||||
node process.js
|
node process.js
|
||||||
echo "digest=$(cat digest.txt)" >> $GITHUB_OUTPUT
|
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
|
uses: github-early-access/generate-build-provenance@main
|
||||||
with:
|
with:
|
||||||
subject-path: opaal/boot-script-service
|
subject-path: opaal
|
||||||
Loading…
Add table
Add a link
Reference in a new issue