Skip to content

Commit 24604df

Browse files
committed
Update codex installation docs for clarity
1 parent 762845a commit 24604df

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/installation-guides/install-codex.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Edit `~/.codex/config.toml` (shared by CLI and IDE extension) and add:
1414
```toml
1515
[mcp_servers.github]
1616
url = "https://api.githubcopilot.com/mcp/"
17-
# Replace with your real PAT (least-privilege scopes). Do NOT commit this.
1817
bearer_token_env_var = "GITHUB_PAT_TOKEN"
1918
```
2019

@@ -24,9 +23,7 @@ You can also add it via the Codex CLI:
2423
codex mcp add github --url https://api.githubcopilot.com/mcp/
2524
```
2625

27-
<details>
28-
<summary><b>Storing Your PAT Securely</b></summary>
29-
<br>
26+
### Storing Your PAT Securely
3027

3128
For security, avoid hardcoding your token. One common approach:
3229

@@ -39,7 +36,6 @@ GITHUB_PAT_TOKEN=ghp_your_token_here
3936
```bash
4037
echo -e ".env" >> .gitignore
4138
```
42-
</details>
4339

4440
## Local Docker Configuration
4541

0 commit comments

Comments
 (0)