You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`acme.ghe.com` - Your GHEC tenant domain (git operations, web UI)
55
-
-`api.acme.ghe.com` - Your tenant-specific Copilot API endpoint (automatically routed by AWF)
55
+
-`api.acme.ghe.com` - GitHub REST API endpoint (AWF auto-adds this for `*.ghe.com` instances)
56
+
-`copilot-api.acme.ghe.com` - Copilot inference, models, and MCP endpoint (AWF auto-adds this for `*.ghe.com` instances)
57
+
-`copilot-telemetry-service.acme.ghe.com` - Copilot telemetry endpoint (AWF auto-adds this for `*.ghe.com` instances)
56
58
-`raw.githubusercontent.com` - Raw content access (if using GitHub MCP server)
57
59
60
+
:::note
61
+
AWF automatically adds `api.<slug>.ghe.com`, `copilot-api.<slug>.ghe.com`, and `copilot-telemetry-service.<slug>.ghe.com` to the firewall allowlist when `GITHUB_SERVER_URL` points to a `*.ghe.com` domain. They are listed above for transparency; you do not need to include them manually.
62
+
:::
63
+
58
64
### GitHub Actions (GHEC)
59
65
60
66
In GitHub Actions workflows running on GHEC, the `GITHUB_SERVER_URL` environment variable is automatically set by GitHub Actions. No additional configuration is needed:
@@ -73,7 +79,7 @@ jobs:
73
79
# GITHUB_SERVER_URL is automatically set by GitHub Actions
0 commit comments