Skip to content

Commit 7075ef4

Browse files
fixing typos
1 parent 61784a7 commit 7075ef4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

examples/codex/codex-cicd.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
"## Prerequisites\n",
2727
"\n",
2828
"- A GitHub Repo with Actions workflows\n",
29-
"- You’ll need to create `OPENAI_API_KEY` as an environment variable in GitHub settings under https://github.com/{org-name}/{repo-name}/settings/secrets/actions. You can also set this at org level(for sharing secrets across multiple repos). \n",
29+
"\n",
30+
"- You’ll need to create `OPENAI_API_KEY` as an environment variable in GitHub settings under https://github.com/{org-name}/{repo-name}/settings/secrets/actions. You can also set this at org level(for sharing secrets across multiple repos) \n",
31+
"\n",
3032
"- Codex requires python as a prerequisite to use `codex login`\n",
33+
"\n",
3134
"- You’ll need to check the setting to enable actions to create PRs on your repo, and also in your organization:\n",
3235
"\n",
3336
"![](images/github-pr-settings.png)"
@@ -41,7 +44,7 @@
4144
"\n",
4245
"## Step 3: Insert Codex in your CI pipeline\n",
4346
"\n",
44-
"The following YAML shows a Gitub action that auto triggers when CI fails, installs Codex, uses codex exec and then makes a PR on the failing branch with the fix. Replace \"CI\" with the name of the workflow you want to monitor. "
47+
"The following YAML shows a GitHub action that auto triggers when CI fails, installs Codex, uses codex exec and then makes a PR on the failing branch with the fix. Replace \"CI\" with the name of the workflow you want to monitor. "
4548
]
4649
},
4750
{
@@ -165,7 +168,7 @@
165168
"id": "64671aae",
166169
"metadata": {},
167170
"source": [
168-
"The Codex workflow should be triggered upon completiton of the failed workflow. \n",
171+
"The Codex workflow should be triggered upon completion of the failed workflow. \n",
169172
"\n",
170173
"\n",
171174
"![](images/codex-workflow.png)\n",

registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,7 @@
25162516
date: 2025-09-30
25172517
authors:
25182518
- himadri518
2519-
- alwell-kevin
2519+
- alwell-kevin
25202520
tags:
25212521
- codex
25222522

0 commit comments

Comments
 (0)