Skip to content

Commit b104dff

Browse files
committed
fix(workflows): update Codex CLI flag to --profile in codex.yml
- Replaced `--provider` flag with `--profile` in the Codex CLI command. - Ensures compatibility with the latest Codex CLI syntax for custom models.
1 parent 58bc097 commit b104dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
export OPENAI_BASE_URL=https://models.github.ai/inference
4444
4545
# any provider string would work here, it's just so codex knows it's using a custom model
46-
codex --provider github --model openai/gpt-4.1 --full-auto "$INSTRUCTION"
46+
codex --profile github --model openai/gpt-4.1 --full-auto "$INSTRUCTION"
4747
4848
if [[ -n $(git status --porcelain) ]]; then
4949
git config user.name "GitHub Models Codex Bot"

0 commit comments

Comments
 (0)