This modification allows for two new, optional environment variables that allow using this tool with self hosted GitHub Enterprise installations:
GITHUB_BASE_DOMAIN, to be setup to the base domain of the GH Enterprise installation.
GITHUB_API_DOMAIN, because some GH Enterprise installations don't allow subdomains in the shape of api.GITHUB_BASE_DOMAIN and instead use a path like GITHUB_BASE_DOMAIN/api/v3
Hello!
This modification allows for two new, optional environment variables that allow using this tool with self hosted GitHub Enterprise installations:
GITHUB_BASE_DOMAIN
, to be setup to the base domain of the GH Enterprise installation.GITHUB_API_DOMAIN
, because some GH Enterprise installations don't allow subdomains in the shape ofapi.GITHUB_BASE_DOMAIN
and instead use a path likeGITHUB_BASE_DOMAIN/api/v3