Skip to content

Commit cd712e8

Browse files
ci: attest results of guix builds
1 parent dd33182 commit cd712e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/guix-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Guix Build
22

33
permissions:
44
packages: write
5+
id-token: write
6+
attestations: write
57

68
on:
79
pull_request_target:
@@ -127,3 +129,7 @@ jobs:
127129
path: |
128130
${{ github.workspace }}/dash/guix-build*/output/${{ matrix.build_target }}/
129131
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

Comments
 (0)