We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5eaa5 commit 9039949Copy full SHA for 9039949
pkg/exec/cli.go
@@ -85,6 +85,7 @@ func Cli(cfg *config.Config, args []string) error {
85
return err
86
}
87
u := remote.New(remote.RemoteConfig{
88
+ AuthToken: cfg.Exec.AuthToken,
89
UpstreamAddress: cfg.Exec.ServerAddress,
90
UpstreamThreads: cfg.Exec.UpstreamThreads,
91
UpstreamRequestTimeout: cfg.Exec.UpstreamRequestTimeout,
0 commit comments