Merge branch 'main' into km/network-restrictions-feature

This commit is contained in:
km-anthropic
2025-07-16 12:11:42 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -191,7 +191,8 @@ jobs:
| `claude_env` | Custom environment variables to pass to Claude Code execution (YAML format) | No | "" |
| `settings` | Claude Code settings as JSON string or path to settings JSON file | No | "" |
| `additional_permissions` | Additional permissions to enable. Currently supports 'actions: read' for viewing workflow results | No | "" |
| `allowed_domains` | Restrict network access to these domains only (newline-separated). | No | "" |
| `experimental_allowed_domains` | Restrict network access to these domains only (newline-separated). | No | "" |
| `use_commit_signing` | Enable commit signing using GitHub's commit signature verification. When false, Claude uses standard git commands | No | `false` |
\*Required when using direct Anthropic API (default and when not using Bedrock or Vertex)