We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd33182 commit cd712e8Copy full SHA for cd712e8
.github/workflows/guix-build.yml
@@ -2,6 +2,8 @@ name: Guix Build
2
3
permissions:
4
packages: write
5
+ id-token: write
6
+ attestations: write
7
8
on:
9
pull_request_target:
@@ -127,3 +129,7 @@ jobs:
127
129
path: |
128
130
${{ github.workspace }}/dash/guix-build*/output/${{ matrix.build_target }}/
131
132
+ - name: Attest build provenance
133
+ uses: actions/attest-build-provenance@v1
134
+ with:
135
+ subject-path: ${{ github.workspace }}/dash/guix-build*/output/${{ matrix.build_target }}/*
0 commit comments