From 9d9238fcb27e44560b4b0e760ba1f33a178d86d1 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Mon, 11 Dec 2023 22:07:33 -0800 Subject: [PATCH] Release with provenance flag --- .github/workflows/npm-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4e2d2040..42f7ad3d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,10 +15,14 @@ on: env: NPM_TOKEN: ${{secrets.NPM_TOKEN}} + NPM_CONFIG_PROVENANCE: true jobs: test: runs-on: ubuntu-latest + permissions: + contents: write + id-token: write steps: - name: Clone Repository uses: actions/checkout@v2