diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50336089a..f0204b893 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -126,7 +126,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GH_BOT_TOKEN }} + ssh-key: ${{ secrets.BOT_SSH_KEY }} - uses: './.github/actions/release' with: gh_token: ${{ secrets.GH_BOT_TOKEN }}