From 2389083c4791812b8a5d4ad5cf0bcb33692c897b Mon Sep 17 00:00:00 2001 From: Andrea Carraro Date: Sat, 26 Oct 2024 15:20:50 +0200 Subject: [PATCH] chore: use specific release token (#95) --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6e6a9c..a19443a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,6 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} -permissions: write-all - jobs: release: name: Release new version @@ -29,4 +27,4 @@ jobs: with: publish: npm run tag env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}