mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-04-04 22:23:52 +08:00
use app config value
This commit is contained in:
@@ -150,7 +150,7 @@ func (sr *SecretResolver) GetActionsService(ctx context.Context, obj object.Acti
|
||||
ctx,
|
||||
&multiclient.ClientForOptions{
|
||||
GithubConfigURL: obj.GitHubConfigUrl(),
|
||||
AppConfig: appConfig,
|
||||
AppConfig: *appConfig,
|
||||
Namespace: obj.GetNamespace(),
|
||||
RootCAs: rootCAs,
|
||||
ProxyFunc: proxyFunc,
|
||||
|
||||
Reference in New Issue
Block a user