Update README with common domains

This commit is contained in:
km-anthropic
2025-07-14 15:13:47 -07:00
parent 2877ea975e
commit af74c779a5

View File

@@ -537,22 +537,26 @@ When `allowed_domains` is set, Claude can only access the domains you explicitly
vertexai.googleapis.com vertexai.googleapis.com
``` ```
#### GitHub Enterprise Example #### Common GitHub Domains
For GitHub Enterprise users, replace the GitHub domains with your own: In addition to your provider domains, you may need to include GitHub-related domains. For GitHub.com users, common domains include:
```yaml ```yaml
- uses: anthropics/claude-code-action@beta - uses: anthropics/claude-code-action@beta
with: with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
allowed_domains: | allowed_domains: |
.github.company.com .anthropic.com # For Anthropic API
packages.company.com .github.com
.githubusercontent.com
ghcr.io
.blob.core.windows.net .blob.core.windows.net
# Add any other internal services Claude needs access to
internal-api.company.com
``` ```
For GitHub Enterprise users, replace the GitHub.com domains above with your enterprise domains (e.g., `.github.company.com`, `packages.company.com`, etc.).
To determine which domains your workflow needs, you can temporarily run without restrictions and monitor the network requests, or check your GitHub Enterprise configuration for the specific services you use.
#### Custom LLM Proxy Example #### Custom LLM Proxy Example
If you're using a custom LLM proxy instead of the standard providers: If you're using a custom LLM proxy instead of the standard providers: