Skip to content

Commit c0ef197

Browse files
committed
fix
1 parent d5e91d5 commit c0ef197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ jobs:
206206
- uses: actions/checkout@v4
207207
- run: |
208208
npm install -g @openai/codex
209-
codex exec --full-auto -c model="gpt-5-codex" -c model_providers.openai.base_url="${{ secrets.OPENAI_BASE_URL }}" -c model_providers.openai.env_key="OPENAI_API_KEY" "$(cat ./.codex/prompts/readme-translation.txt)"
209+
codex exec --full-auto -c model="gpt-5-codex" -c model_providers.openai.name="openai" -c model_providers.openai.base_url="${{ secrets.OPENAI_BASE_URL }}" -c model_providers.openai.env_key="OPENAI_API_KEY" "$(cat ./.codex/prompts/readme-translation.txt)"

0 commit comments

Comments
 (0)