Search the documentation
4 pages for gh_token.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Claude Code changelog
Claude Code CLI · in the page
changelog
…emetry is off, to call the GitHub API directly (via `gh auth token`, `GH_TOKEN`, or `GITHUB_TOKEN`) instead of `gh pr view` * Changed how Bash command output files are created and read back when com…
Configure cloud environments
Claude Code CLI · in the page
cloud-environments
…est through the proxy regardless of the credentials you supply, so a `GH_TOKEN` you set gets the same 403. Claude can't reach GitHub APIs that exist only in GraphQL, such as Projects v2, through the p…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…ed credential helper, for example the `gh` CLI's helper, which reads `GH_TOKEN` and `GITHUB_TOKEN`. To make the background pull itself authenticate over HTTPS, configure a global git URL rewrite. The…
Configure the sandboxed Bash tool
Claude Code CLI · in the page
sandboxing
…covers how that works for AWS. The example below masks two tokens. `GH_TOKEN` is substituted only on requests to `api.github.com`, while `NPM_TOKEN` has no `injectHosts` and is substituted on reques…