mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 20:21:02 +00:00
Fix for GHES when authorized through GitHub App with GITHUB_URL instead of GITHUB_ENTERPRISE_URL (#2464)
Ref #2457
This commit is contained in:
@@ -84,6 +84,8 @@ func (c *Config) NewClient() (*Client, error) {
|
|||||||
return nil, fmt.Errorf("enterprise url incorrect: %v", err)
|
return nil, fmt.Errorf("enterprise url incorrect: %v", err)
|
||||||
}
|
}
|
||||||
tr.BaseURL = githubAPIURL
|
tr.BaseURL = githubAPIURL
|
||||||
|
} else if c.URL != "" && tr.BaseURL != c.URL {
|
||||||
|
tr.BaseURL = c.URL
|
||||||
}
|
}
|
||||||
transport = tr
|
transport = tr
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user