Pull Requests | Issues | v3.2.2...v3.2.3
Bug Fixes
#300 #304 Fix the support of GitHub Enterprise. Support setting GitHub API v4 endpoint
https://suzuki-shunsuke.github.io/tfcmt/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/graphql
- https://docs.github.com/en/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#current-version
- https://docs.github.com/en/enterprise-server@2.20/graphql/guides/forming-calls-with-graphql#the-graphql-endpoint
⚠️ I (@suzuki-shunsuke) don't use GitHub Enterprise, so I can't confirm if it works well for GitHub Enterprise.