diff --git a/.github/workflows/release-preparation.yml b/.github/workflows/release-preparation.yml index e2c9ce6416..d177fc75fd 100644 --- a/.github/workflows/release-preparation.yml +++ b/.github/workflows/release-preparation.yml @@ -52,7 +52,7 @@ jobs: continue-on-error: true uses: MistEO/ai-issue-analysis@main with: - agent: claude + agent: ${{ secrets.BOT_AI_AGENT }} api-key: ${{ secrets.BOT_AI_API_KEY }} api-base-url: ${{ secrets.BOT_AI_API_BASE_URL }} model: ${{ secrets.BOT_AI_MODEL }}