Skip to content

Commit

Permalink
Introduce Artifact Attestations (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed May 12, 2024
1 parent 51d759d commit 65d0459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
permissions:
contents: write
id-token: write
attestations: write

jobs:
goreleaser:
Expand All @@ -33,3 +34,6 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/attest-build-provenance@v1
with:
subject-path: 'dist/checksums.txt'

0 comments on commit 65d0459

Please sign in to comment.