From 332b90e4befe9d401441cf281c94a52e324a132c Mon Sep 17 00:00:00 2001 From: boxofyellow <54955040+boxofyellow@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:59:41 -0500 Subject: [PATCH] Disable attestations --- action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/action.yml b/action.yml index dbc8149..eddf5d4 100644 --- a/action.yml +++ b/action.yml @@ -39,10 +39,10 @@ runs: echo "package-url=${{steps.publish.outputs.package-url}}" >> $GITHUB_OUTPUT echo "package-manifest=${{steps.publish.outputs.package-manifest}}" >> $GITHUB_OUTPUT echo "package-manifest-sha=${{steps.publish.outputs.package-manifest-sha}}" >> $GITHUB_OUTPUT - - name: Generate Provenance Attestation - uses: github-early-access/generate-build-provenance@main - id: build-provenance - with: - subject-name: ${{github.repository}}_${{github.ref}} - subject-digest: ${{steps.publish.outputs.package-manifest-sha}} - push-to-registry: false + # - name: Generate Provenance Attestation + # uses: github-early-access/generate-build-provenance@main + # id: build-provenance + # with: + # subject-name: ${{github.repository}}_${{github.ref}} + # subject-digest: ${{steps.publish.outputs.package-manifest-sha}} + # push-to-registry: false