use app config value

This commit is contained in:
Nikola Jokic
2026-03-11 17:54:37 +01:00
parent 71738acfef
commit 00393274fb
2 changed files with 2 additions and 2 deletions

View File

@@ -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,