diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 490a3f594..10d4ace27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,7 +127,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ssh-key: ${{ secrets.BOT_AUTH_KEY }} + # ssh-key: ${{ secrets.BOT_AUTH_KEY }} + token: ${{ secrets.GH_BOT_TOKEN }} - name: Use Node.js 20.x uses: actions/setup-node@v3 with: