-
Notifications
You must be signed in to change notification settings - Fork 331
compiled agentic workflows require modification when in a enterprise cloud environment #16312
Copy link
Copy link
Closed
Labels
Description
Per #16220
I'm trying to use this in a github enterprise cloud environment - I'm finding there's some manual modification I'm having to make within the generated lockfiles, as it seems by default most of the tooling assumes the base api endpoints will be located somewhere like https://api.github.com/orgs/MyOrg/, whereas in our case it looks more like https://MyOrg.ghe.com/api/v3.
In particular, this seems to affect the github MCP server, and both "Execute GitHub Copilot CLI" steps.
the changes I had to make were:
- Allowed domains must include MYORG.ghe.com,api.MYORG.ghe.com on the excecute github cli step and the ingest output step
- Env variables within the execute GitHub cli step must include:
GITHUB_SERVER_URL: https://MYORG.ghe.com
GITHUB_API_URL: https://MYORG.ghe.com/api/v3
GITHUB_ENTERPRISE_HOST: MYORG.ghe.com
GITHUB_HOST: MYORG.ghe.com
GH_HOST: MYORG.ghe.com
Though I suspect we probably only needed GITHUB_HOST - The MCP server needs to have the following environment variable added "GITHUB_HOST": "https://MYORG.ghe.com"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.