From af80fd4d597c6b26317b3fcdd40955a9554383ea Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Wed, 9 Oct 2024 22:22:02 +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 e665b60..94190a0 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: