diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f5a220..6207de2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,10 +65,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - token: ${{ secrets.DEPLOY_TOKEN }} + ssh-key: ${{ secrets.BOTH_AUTH_KEY }} - uses: './.github/actions/release' with: - gh_token: ${{ secrets.DEPLOY_TOKEN }} + gh_token: ${{ secrets.token }} npm_token: ${{ secrets.NPM_TOKEN }} gh_name: ${{ secrets.GH_NAME }} gh_email: ${{ secrets.GH_EMAIL }}