From ab30a6f087e9113e5cb33be8b35fb1bc838a775f Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sun, 12 May 2024 16:21:10 +0900 Subject: [PATCH] Introduce Artifact Attestations --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42aa4d0..9cc65e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ on: permissions: contents: write id-token: write + attestations: write jobs: goreleaser: @@ -32,3 +33,6 @@ jobs: args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/attest-build-provenance@v1 + with: + subject-path: 'dist/checksums.txt'