From ed465c0a016084f1b1e8d7d63c41f436517f9e98 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 16 Apr 2025 08:15:48 +0200 Subject: [PATCH] chore: generate provenance statements for npm --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 97ce1e6b33..2f1f6279a5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -8,6 +8,7 @@ permissions: contents: write pull-requests: write issues: write + id-token: write jobs: release-please: @@ -35,7 +36,7 @@ jobs: - name: Build run: npm run build if: ${{ steps.release.outputs.release_created }} - - run: npm publish + - run: npm publish --provenance if: ${{ steps.release.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}