re-enable generate-build-provenance step

This commit is contained in:
David Daly
2024-01-29 14:54:24 +00:00
committed by GitHub
parent 488a01bcb4
commit af4e6c17e2
+7 -7
View File
@@ -39,10 +39,10 @@ runs:
echo "package manifest sha": ${{steps.publish.outputs.package-manifest-sha}} echo "package manifest sha": ${{steps.publish.outputs.package-manifest-sha}}
echo "package url": ${{steps.publish.outputs.package-url}} echo "package url": ${{steps.publish.outputs.package-url}}
echo "subject name": ${{github.repository}}_${{github.ref}} echo "subject name": ${{github.repository}}_${{github.ref}}
# - name: Generate Provenance Attestation - name: Generate Provenance Attestation
# uses: github-early-access/generate-build-provenance@main uses: github-early-access/generate-build-provenance@main
# id: build-provenance id: build-provenance
# with: with:
# subject-name: ${{github.repository}}_${{github.ref}} subject-name: ${{github.repository}}_${{github.ref}}
# subject-digest: ${{steps.publish.outputs.package-manifest-sha}} subject-digest: ${{steps.publish.outputs.package-manifest-sha}}
# push-to-registry: false push-to-registry: false