We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--profile
codex.yml
1 parent 58bc097 commit b104dffCopy full SHA for b104dff
.github/workflows/codex.yml
@@ -43,7 +43,7 @@ jobs:
43
export OPENAI_BASE_URL=https://models.github.ai/inference
44
45
# 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"
+ codex --profile github --model openai/gpt-4.1 --full-auto "$INSTRUCTION"
47
48
if [[ -n $(git status --porcelain) ]]; then
49
git config user.name "GitHub Models Codex Bot"
0 commit comments