We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0784c6 commit 6ebc0eaCopy full SHA for 6ebc0ea
internal/utils/gitprovider/github/github.go
@@ -84,6 +84,9 @@ func (g *Github) Init() error {
84
if err != nil {
85
return fmt.Errorf("error creating GitHub App client: %w", err)
86
}
87
+ if subscription == GitHubEnterprise {
88
+ itr.BaseURL = apiUrl
89
+ }
90
g.GitHubClientType = "app"
91
httpClient = &nethttp.Client{Transport: itr}
92
g.itr = itr
0 commit comments