fix(ci): move PR review off exhausted Z.ai quota

This commit is contained in:
Bohdan Triapitsyn
2026-07-30 00:05:52 +03:00
parent 3bb11f78c5
commit f29e138556
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -12,7 +12,7 @@ on:
model:
description: Model in provider/model format
required: true
default: zai-coding-plan/glm-5.2
default: opencode-go/deepseek-v4-flash
type: string
opencode_version:
description: OpenCode version, with or without a leading v, or latest
@@ -92,7 +92,6 @@ jobs:
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
PROMPT: ${{ inputs.prompt }}
SMOKE_TIMEOUT_MINUTES: ${{ inputs.timeout_minutes }}
ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }}
run: |
started_epoch="$(date +%s)"
installed_version="$(opencode --version)"
+1 -1
View File
@@ -246,7 +246,7 @@ jobs:
id: review-run
env:
REVIEW_TIMEOUT: 30m
ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }}
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
PR_URL: ${{ steps.pr.outputs.url }}