From 9b35a5bd55e64587c003c44d8468cb38d8f2a5ce Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Wed, 9 Oct 2024 22:21:50 +0300 Subject: [PATCH] imp - Binary attestation rollout --- We've started rolling out binary attestation for documentation ZIP files! --- Type: imp Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e554723..61c45d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,10 @@ jobs: echo 'BODY<> "$GITHUB_OUTPUT" cat CHANGES >> "$GITHUB_OUTPUT" echo 'EOF' >> "$GITHUB_OUTPUT" + - name: Binary Attestation + uses: actions/attest-build-provenance@v1 + with: + subject-path: 'tools/*.zip' - name: Release Making uses: softprops/action-gh-release@v2 with: