Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 8f74b55

Browse files
committed
use vertex
1 parent 2b67d45 commit 8f74b55

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/gemini-pr-review.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ jobs:
101101
"enabled": true,
102102
"target": "gcp"
103103
},
104-
"sandbox": false,
105-
"selectedAuthType": "vertex-ai"
104+
"sandbox": false
106105
}
107106
prompt: |
108107
You are an expert code reviewer. You have access to shell commands to gather PR information and perform the review.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
shell: bash
8888
env:
8989
GEMINI_API_KEY: ${{ inputs.GEMINI_API_KEY }}
90-
# GOOGLE_GENAI_USE_VERTEXAI: true
90+
GOOGLE_GENAI_USE_VERTEXAI: true
9191
GOOGLE_CLOUD_PROJECT: ${{ inputs.GOOGLE_CLOUD_PROJECT }}
9292
GOOGLE_CLOUD_LOCATION: ${{ inputs.GOOGLE_CLOUD_LOCATION }}
9393
PROMPT: ${{ inputs.prompt }}

0 commit comments

Comments
 (0)