Hello Team,
I am attempting to implement the multi-runner module in a our GitHub Enterprise Cloud with data residency instance hosted on companyname.ghe.com. With this data residency feature of Github, the API URL has changed from api.github.com to api.companyname.ghe.com.
In this case the creatAuthAppfunction in scale-up.ts fails, as the API endpoint is not set .Hence the scale-up lambda function is failing with the following error: "message": "Ignoring error: HttpError: Integration not found - https://docs.github.com/rest. `Could you confirm if this module is currently supported in the GitHub with ghe.com domain?
It works fine in our in Enterprise and public Cloud GH instances.