mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
ci: attest results of guix builds
This commit is contained in:
parent
dd331827c8
commit
cd712e86b7
6
.github/workflows/guix-build.yml
vendored
6
.github/workflows/guix-build.yml
vendored
@ -2,6 +2,8 @@ name: Guix Build
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
id-token: write
|
||||
attestations: write
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
@ -127,3 +129,7 @@ jobs:
|
||||
path: |
|
||||
${{ github.workspace }}/dash/guix-build*/output/${{ matrix.build_target }}/
|
||||
|
||||
- name: Attest build provenance
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: ${{ github.workspace }}/dash/guix-build*/output/${{ matrix.build_target }}/*
|
||||
|
Loading…
Reference in New Issue
Block a user