Skip to content

Commit 078414c

Browse files
authored
docs: standardize env var naming to GH_TOKEN (#144)
1 parent c26750d commit 078414c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude/skills/teammate-prompt/references/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ cd ralph-town
6868
/usr/bin/git checkout -b docs/104-standardize-env-vars
6969
7070
## Implementation
71-
Standardize on GH_TOKEN everywhere. Search and replace GITHUB_PAT.
71+
Standardize on GH_TOKEN everywhere. This is now complete (GH_TOKEN is standard).
7272
7373
Files to update:
7474
- CLAUDE.md

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"postCreateCommand": "bun install && npm i -g tsx @anthropic-ai/claude-agent-sdk",
1212
"remoteEnv": {
1313
"ANTHROPIC_API_KEY": "${localEnv:ANTHROPIC_API_KEY}",
14-
"GITHUB_PAT": "${localEnv:GITHUB_PAT}",
14+
"GH_TOKEN": "${localEnv:GH_TOKEN}",
1515
"LANGFUSE_SECRET_KEY": "${localEnv:LANGFUSE_SECRET_KEY}",
1616
"LANGFUSE_PUBLIC_KEY": "${localEnv:LANGFUSE_PUBLIC_KEY}"
1717
},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ralph-town sandbox delete abc123
8787
## Requirements
8888

8989
- `DAYTONA_API_KEY` - Get from [daytona.io](https://daytona.io)
90-
- `GITHUB_PAT` - For git push operations (optional)
90+
- `GH_TOKEN` - For git push operations (optional)
9191

9292
## Packages
9393

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npx ralph-town
3030
| Variable | Required | Description |
3131
| ----------------- | --------------- | --------------- |
3232
| `DAYTONA_API_KEY` | runtime=daytona | Daytona API key |
33-
| `GITHUB_PAT` | git workflow | GitHub token |
33+
| `GH_TOKEN` | git workflow | GitHub token |
3434

3535
## Development
3636

0 commit comments

Comments
 (0)