Commit 050defd
committed
feat(workflows): integrate GitHub Models configuration in
- Added a step to configure Codex for GitHub Models with a custom `config.toml`.
- Replaced `OPENAI_API_KEY` with `GITHUB_TOKEN` for authentication.
- Removed explicit `OPENAI_BASE_URL` and `--profile` flag in favor of the
pre-configured GitHub Models provider.
- Ensures seamless integration with GitHub-hosted model inference API.codex.yml
1 parent b104dff commit 050defd
1 file changed
+18
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
30 | 45 | | |
31 | 46 | | |
32 | | - | |
| 47 | + | |
33 | 48 | | |
34 | 49 | | |
35 | 50 | | |
| |||
40 | 55 | | |
41 | 56 | | |
42 | 57 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 58 | + | |
| 59 | + | |
47 | 60 | | |
48 | 61 | | |
49 | 62 | | |
| |||
0 commit comments