diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6207de2..58dda8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: ssh-key: ${{ secrets.BOTH_AUTH_KEY }} - uses: './.github/actions/release' with: - gh_token: ${{ secrets.token }} + gh_token: ${{ secrets.DEPLOY_TOKEN }} npm_token: ${{ secrets.NPM_TOKEN }} gh_name: ${{ secrets.GH_NAME }} gh_email: ${{ secrets.GH_EMAIL }}