gh auth status- Guide user to visit https://github.com/settings/tokens?type=beta to create a Fine-grained PAT
- Select needed repos and permissions (recommend minimal permissions)
- After receiving the token:
echo "<token>" | gh auth login --with-token gh auth status # verify
- Record in MEMORY.md: "GH token configured, stored in ~/.config/gh/, YYYY-MM-DD"
ghCLI is pre-installed (v4+)- Token is stored in
~/.config/gh/, persists after container restart - No central control approval needed
- Can also use
gh auth logininteractive Device Flow