Search the documentation
15 pages for github_token.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Compliance API
Claude Developer Platform · in the page
api/compliance
…_signature_invalid"` Webhook signature validation failed. - `"github_token_import"` A user attempted to import a personal GitHub access token for use with Claude Code. The `result` field…
Activities
Claude Developer Platform · in the page
api/compliance/activities
…_signature_invalid"` Webhook signature validation failed. - `"github_token_import"` A user attempted to import a personal GitHub access token for use with Claude Code. The `result` field…
Query compliance activities
Claude Developer Platform · in the page
api/compliance/activities/list
…_signature_invalid"` Webhook signature validation failed. - `"github_token_import"` A user attempted to import a personal GitHub access token for use with Claude Code. The `result` field…
github
Claude Developer Platform · in the page
managed-agents/github
…nt_path": "/workspace/repo", "authorization_token": "ghp_your_github_token" } ] } JSON ) ``` ```bash CLI SESSION_ID=$(ant beta:sessions create \ --agent "$AGENT_ID"…
skills
Claude Developer Platform · in the page
managed-agents/skills
…nt_path": "/workspace/repo", "authorization_token": "ghp_your_github_token" } ] } JSON ) ``` ```bash CLI SESSION_ID=$(ant beta:sessions create \ --agent "$AGENT_ID"…
Connect to external tools with MCP
Claude Code CLI · in the page
agent-sdk/mcp
…y and set it as an environment variable: ```bash theme={null} export GITHUB_TOKEN=YOUR_GITHUB_PAT ``` <CodeGroup> ```typescript TypeScript theme={null} import { query } from "@anthropic-ai/claud…
Configure cloud environments
Claude Code CLI · in the page
cloud-environments
…so your token never enters the container. You can set `GH_TOKEN` or `GITHUB_TOKEN` yourself in [environment settings](#set-environment-variables), or leave both unset and let the [GitHub proxy](#gith…
Claude Code GitHub Actions
Claude Code CLI · in the page
github-actions
…Action needs for the federation exchange even when you pass your own `github_token`. See the [Claude Code GitHub Action's setup guide](https://github.com/anthropics/claude-code-action/blob/main/docs/s…
Use Claude Code GitHub Actions with cloud providers
Claude Code CLI · in the page
github-actions-cloud-providers
…en/github-actions#github-app-permissions) * **GitHub's automatic `GITHUB_TOKEN`**: no app to create or install, but GitHub doesn't trigger your CI workflows on commits made with it The workfl…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…an authenticate without prompting. Setting a provider token such as `GITHUB_TOKEN` in your environment doesn't by itself enable background authentication. Tokens take effect only through a configured…
Configure the sandboxed Bash tool
Claude Code CLI · in the page
sandboxing
…reads of the AWS credentials file and the SSH directory and removes `GITHUB_TOKEN` and `NPM_TOKEN` from the environment of sandboxed commands: ```json theme={null} { "sandbox": { "enabled": tr…
Claude Code settings
Claude Code CLI · in the page
settings
…edence when the same variable appears with both modes. | `[{ "name": "GITHUB_TOKEN", "mode": "deny" }]` | | `credentials.envVars[].extract` | Regular expression…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…ials are protected This hides your AWS credentials file and removes `GITHUB_TOKEN` from sandboxed commands: ```json settings.json theme={null} { "sandbox": { "credentials": { "files": [{…
Command line settings
Claude Documentation · in the page
claude-science/command-line-settings
…same switch as `disable_telemetry = true` in the configuration file. `GITHUB_TOKEN` is optional and is used only against `api.github.com`, to lift the rate limit when you install a skill from a GitHub…
How to Automate Publishing with GitHub Actions
Model Context Protocol · in the page
registry/github-actions
…y run: ./mcp-publisher login github --token ${{ secrets.MCP_GITHUB_TOKEN }} # Optional: # - name: Set version in server.json # run: | # VERSION=${GITHU…