Skip to content

Commit

Permalink
Add attestation to github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Nov 22, 2024
1 parent d62059c commit d886139
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
path: |
/tmp/ccache
key: cache-ccache-${{ matrix.target.id }}
- name: Attest output
uses: actions/attest-build-provenance@v1
with:
artifact-name: ${{ matrix.target.id }}
artifact-path: ${{ matrix.target.dst }}

- name: Upload output
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d886139

Please sign in to comment.