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