Skip to content

Commit

Permalink
ci: attest results of guix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 22, 2024
1 parent dd33182 commit cd712e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Guix Build

permissions:
packages: write
id-token: write
attestations: write

on:
pull_request_target:
Expand Down Expand Up @@ -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 }}/*

0 comments on commit cd712e8

Please sign in to comment.