Skip to content

Commit 417b2c2

Browse files
authored
Introduce Artifact Attestations (#176)
1 parent 39c4d97 commit 417b2c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
permissions:
1111
contents: write
1212
id-token: write
13+
attestations: write
1314

1415
jobs:
1516
goreleaser:
@@ -30,3 +31,6 @@ jobs:
3031
args: release --rm-dist
3132
env:
3233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
- uses: actions/attest-build-provenance@v1
35+
with:
36+
subject-path: 'dist/checksums.txt'

0 commit comments

Comments
 (0)