Skip to content

Commit 4e4be2a

Browse files
authored
Introduce Artifact Attestations (#353)
1 parent 0af46d4 commit 4e4be2a

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:
@@ -32,3 +33,6 @@ jobs:
3233
args: release --rm-dist
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
- uses: actions/attest-build-provenance@v1
37+
with:
38+
subject-path: 'dist/checksums.txt'

0 commit comments

Comments
 (0)