diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 483fb86..1de678b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 with: - token: ${{ secrets.AUTO_RELEASE_TOKEN_GHENGEVELD }} + token: ${{ secrets.GH_TOKEN }} - name: Prepare repository run: git fetch --unshallow --tags @@ -23,7 +23,7 @@ jobs: - name: Create Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | pnpm install