From b1f017dcc9ec8b9bee8d39406de3b0085c17c597 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 30 Jun 2026 22:28:56 +0800 Subject: [PATCH] ci: bot agent use secret --- .github/workflows/release-preparation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}