From e5b45f321722a01290dd7f1acc15699b0313079e Mon Sep 17 00:00:00 2001 From: utleysam Date: Thu, 4 Jun 2026 22:56:26 -0600 Subject: [PATCH] Update release.yml to generate artifact attestations --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e11b12e..ad9b4c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,8 @@ on: permissions: contents: write + id-token: write + attestations: write jobs: build: @@ -25,6 +27,13 @@ jobs: - name: Build plugin run: npm run build + - name: Generate artifact attestations + uses: actions/attest-build-provenance@v1 + with: + subject-path: | + main.js + styles.css + - name: Create Release uses: softprops/action-gh-release@v2 with: