From bbb3d4767c44296338cb393d25eb0624e396adec Mon Sep 17 00:00:00 2001 From: Hvard Bjerke Date: Thu, 14 Mar 2024 20:36:51 +0100 Subject: [PATCH] ci: switch auth token --- .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 f254c79..e802bd0 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: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release --dry-run