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