Skip to main content

GitHub Enterprise Support

⚠️ I (@suzuki-shunsuke) don't use GitHub Enterprise, so I can't confirm if tfcmt works well for GitHub Enterprise.

To use tfcmt for GitHub Enterprise, please set the following fields in tfcmt.yaml.

e.g. tfcmt.yaml

ghe_base_url: https://example.com
ghe_graphql_endpoint: https://example.com/api/graphql

From tfcmt v4.12.0, tfcmt gets these settings from environment variables GITHUB_API_URL and GITHUB_GRAPHQL_URL, which are GitHub Actions' built-in environment variables. #1355