File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,15 @@ jobs:
5555 - name : Download assets
5656 env :
5757 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58+ PROVENANCE : " ${{ needs.provenance.outputs.provenance-name }}"
5859 run : |
5960 set -euo pipefail
6061 gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p "*.tar.gz"
61- gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p "multiple.intoto.jsonl"
62+ gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p $PROVENANCE
6263 - name : Verify assets
6364 env :
6465 CHECKSUMS : ${{ needs.goreleaser.outputs.hashes }}
65- PROVENANCE : " ${{ needs.provenance.outputs.attestation -name }}"
66+ PROVENANCE : " ${{ needs.provenance.outputs.provenance -name }}"
6667 run : |
6768 set -euo pipefail
6869 checksums=$(echo "$CHECKSUMS" | base64 -d)
You can’t perform that action at this time.
0 commit comments