mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-29 02:09:38 +08:00
use app config value
This commit is contained in:
@@ -91,7 +91,7 @@ func (m *Scaleset) GetClientFor(ctx context.Context, opts *ClientForOptions) (Cl
|
||||
|
||||
type ClientForOptions struct {
|
||||
GithubConfigURL string
|
||||
AppConfig *appconfig.AppConfig
|
||||
AppConfig appconfig.AppConfig
|
||||
Namespace string
|
||||
RootCAs *x509.CertPool
|
||||
ProxyFunc func(*http.Request) (*url.URL, error)
|
||||
|
||||
Reference in New Issue
Block a user