Skip to content

Commit

Permalink
imp - Binary attestation rollout
Browse files Browse the repository at this point in the history
---

We've started rolling out binary attestation for documentation ZIP files!

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 9, 2024
1 parent 320c5ec commit e3395e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
echo 'BODY<<EOF' >> "$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:
Expand Down

0 comments on commit e3395e0

Please sign in to comment.