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