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: