From 4e000aad397293abeea8095ba88fc9f19b764bb5 Mon Sep 17 00:00:00 2001 From: Douglas DUTEIL Date: Wed, 20 Nov 2024 17:59:19 +0100 Subject: [PATCH] ci(github): add NPM_TOKEN --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60e6bf70..85907922 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,11 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} +permissions: + contents: write + issues: write + pull-requests: write + jobs: release: name: 🚢 Release @@ -28,3 +33,4 @@ jobs: uses: changesets/action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}