From 1f5ab6fde00c5bdf22553ef3c8700bea9d4933ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Bjerke?= Date: Thu, 14 Mar 2024 20:53:38 +0100 Subject: [PATCH] ci: switch token (#36) * ci: semantic release dry run * ci: use higher node version * ci: use main as release branch * ci: switch token for authentication * ci: switch auth token * ci: switch token --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8353f3c..f254c79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,6 @@ jobs: - name: Release if: ${{ github.ref == 'refs/heads/main' }} env: - - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release --dry-run