Skip to content

Commit 59b2380

Browse files
author
yrlu
committed
add opencode
1 parent da426c6 commit 59b2380

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/opencode.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Run opencode
2929
uses: anomalyco/opencode/github@latest
3030
env:
31-
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
31+
GOOGLE_GENERATIVE_AI_API_KEY: ${{ secrets.GOOGLE_GENERATIVE_AI_API_KEY }}
32+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
3233
with:
33-
model: opencode/gemini-3-flash
34+
model: google/gemini-3-flash-preview

0 commit comments

Comments
 (0)