mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +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:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
id-token: write
|
||||||
|
attestations: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
@ -127,3 +129,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
${{ github.workspace }}/dash/guix-build*/output/${{ matrix.build_target }}/
|
${{ 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