Remove network requests from actions.NewClient (#2219)
Co-authored-by: Nikola Jokic <[email protected]>
This commit is contained in:
co-authored by
Nikola Jokic
parent
cc26593a9b
commit
df12e00c9e
@@ -85,7 +85,6 @@ func run(rc RunnerScaleSetListenerConfig, logger logr.Logger) error {
|
||||
}
|
||||
|
||||
actionsServiceClient, err := actions.NewClient(
|
||||
ctx,
|
||||
rc.ConfigureUrl,
|
||||
creds,
|
||||
actions.WithUserAgent(fmt.Sprintf("actions-runner-controller/%s", build.Version)),
|
||||
|
||||
Reference in New Issue
Block a user