Simplify network restrictions -- Move it to actions, remove extended examples in claude.yml and move them to readme

This commit is contained in:
km-anthropic
2025-07-14 14:19:52 -07:00
parent 1eab4a208c
commit b16ea06ada
3 changed files with 67 additions and 34 deletions

View File

@@ -36,13 +36,4 @@ jobs:
# Or use OAuth token instead:
# claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
timeout_minutes: "60"
# Optional: Enable network restrictions
# This limits Claude's internet access to approved domains only
# enable_network_restrictions: true
# Optional: Add custom domains (when network restrictions are enabled)
# These are in addition to core domains and auto-detected provider domains
# allowed_domains: |
# api.mycompany.com
# internal-service.example.com
# allowed_domains: "github.com\napi.github.com\nraw.githubusercontent.com" # Optional: Restrict network access