Commit aaf6ff2
feat(docker): install gh CLI + add GH_TOKEN/git identity env vars
Add github-cli (gh) to the runtime image so the agent can clone, open PRs,
and cut releases. Document GH_TOKEN (auto-used by gh) and the
GIT_AUTHOR_*/GIT_COMMITTER_* commit-identity vars in .env.example, with a note
to run `gh auth setup-git` for git push/clone over HTTPS.
Verified: image builds with github-cli 2.83.0; `gh --version` works.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b63bb3d commit aaf6ff2
2 files changed
Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
25 | 42 | | |
26 | 43 | | |
27 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments