fix: update GEMINI_API_KEY in review.yaml to use the correct secret

This commit is contained in:
2026-05-12 06:06:30 +00:00
parent 85ff61e98f
commit 8d3f5e3a45
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: AI Code Review - name: AI Code Review
uses: https://gitea.jsc.idv.tw/jiantw83/code-review@v${{ needs.version.outputs.version }} uses: https://gitea.jsc.idv.tw/jiantw83/code-review@v${{ needs.version.outputs.version }}
with: with:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY_1 }} GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY_2 }}
GEMINI_BASE_URL: https://generativelanguage.googleapis.com/v1beta GEMINI_BASE_URL: https://generativelanguage.googleapis.com/v1beta
GEMINI_MODEL: ${{ vars.GEMINI_MODEL }} GEMINI_MODEL: ${{ vars.GEMINI_MODEL }}
permissions: permissions: