fix: trying to fix qodo
This commit is contained in:
parent
4a59451d90
commit
3efba6d575
17
.github/workflows/qodo_review.yml
vendored
17
.github/workflows/qodo_review.yml
vendored
@ -11,15 +11,20 @@ jobs:
|
||||
- name: Run Qodo Merge
|
||||
uses: https://github.com/Codium-ai/pr-agent@main
|
||||
env:
|
||||
# Platform Settings
|
||||
CONFIG.GIT_PROVIDER: "gitea"
|
||||
|
||||
GITEA.URL: "https://git.gophernest.net"
|
||||
GITEA.PERSONAL_ACCESS_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
# AI Settings
|
||||
CONFIG.MODEL_PROVIDER: "google"
|
||||
GOOGLE.API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
CONFIG.MODEL: "google/gemini-3-flash" # The 2026 standard for fast reviews
|
||||
# MANDATORY: Even on Gitea, the Action wrapper often looks for this name
|
||||
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
# Automation
|
||||
# KEY CHANGE: The variable name MUST be this for AI Studio
|
||||
GOOGLE_AI_STUDIO.GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
|
||||
# KEY CHANGE: The model name MUST have the 'gemini/' prefix
|
||||
CONFIG.MODEL: "gemini/gemini-3-flash"
|
||||
|
||||
# Ensures it runs even if you just push code to an existing PR
|
||||
GITEA.PR_OPENED_COMMANDS: '["/review", "/describe"]'
|
||||
GITEA.PR_SYNCHRONIZED_COMMANDS: '["/review"]'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user