Skip to content

Commit e9e480a

Browse files
authored
Introduce Artifact Attestations (#106)
1 parent abe5106 commit e9e480a

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

0 commit comments

Comments
 (0)