Skip to content

Commit

Permalink
actions: sign and attest artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored May 3, 2024
1 parent 493ddf9 commit 4a5adae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build and test GYB

permissions:
id-token: write
attestations: write
contents: read

on:
push:
pull_request:
Expand Down Expand Up @@ -483,6 +488,14 @@ jobs:
gyb*.zip
gyb*.msi
- name: Attest Build Provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: |
gyb*.tar.xz
gyb*.zip
gyb*.msi
- name: Tar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 4a5adae

Please sign in to comment.