Skip to content

Commit c52e074

Browse files
committed
try attest-build-provenance
1 parent 7a4e4a9 commit c52e074

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,9 @@ jobs:
582582
win-gcc:
583583
runs-on: 'ubuntu-latest'
584584
timeout-minutes: 30
585+
permissions:
586+
id-token: write
587+
attestations: write
585588
steps:
586589
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
587590
with:
@@ -607,6 +610,12 @@ jobs:
607610
608611
- name: 'list dependencies'
609612
run: cat urls.txt *-version-*.txt || true
613+
- uses: actions/attest-build-provenance@2
614+
with:
615+
subject-path: |
616+
*-*-mingw*.*
617+
urls.txt
618+
610619
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
611620
with:
612621
name: 'curl-windows-gcc-noarm64'

0 commit comments

Comments
 (0)