From ec1503731b1cabb331c28726bba3fb4d4e2d3af8 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 20 Apr 2023 20:55:06 +0100 Subject: [PATCH] ci: publish edge release with provenance --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8793aa7e7429..c6c373f2c409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,6 +185,8 @@ jobs: TEST_PAYLOAD: ${{ matrix.payload }} build-release: + permissions: + id-token: write if: | github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip-release]') && @@ -226,3 +228,4 @@ jobs: run: ./scripts/release-edge.sh env: NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}} + NPM_CONFIG_PROVENANCE: true