mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-17 15:44:55 +00:00
Remove network requests from actions.NewClient (#2219)
Co-authored-by: Nikola Jokic <jokicnikola07@gmail.com>
This commit is contained in:
@@ -106,7 +106,6 @@ func (m *multiClient) GetClientFor(ctx context.Context, githubConfigURL string,
|
||||
m.logger.Info("creating new client", "githubConfigURL", githubConfigURL, "namespace", namespace)
|
||||
|
||||
client, err := NewClient(
|
||||
ctx,
|
||||
githubConfigURL,
|
||||
&creds,
|
||||
WithUserAgent(m.userAgent),
|
||||
|
||||
Reference in New Issue
Block a user