Github Enterprise
To use release-plan in GitHub enterprise environment you have to set GITHUB_DOMAIN to your ghe domain
bash
GITHUB_DOMAIN=github.custom.comif you have a custom api endpoint you need to set it with GITHUB_API_URL to your ghe api url e.g.
bash
GITHUB_API_URL=<https://api.github.custom.com>