Skip to content

Commit

Permalink
feat: Add binary attestation (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc authored Jan 7, 2025
1 parent 49b627d commit 43e544f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
VERSION: ${{ steps.extract_version.outputs.VERSION }}

build:
permissions:
id-token: write
attestations: write
name: build release
strategy:
matrix:
Expand Down Expand Up @@ -97,6 +100,11 @@ jobs:
name: anvil-zksync-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz
path: anvil-zksync-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz

- name: Binaries attestation
uses: actions/attest-build-provenance@v2
with:
subject-path: target/release/anvil-zksync

draft-release:
name: draft release
needs: [build, extract-version]
Expand Down

0 comments on commit 43e544f

Please sign in to comment.