mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-12-18 20:14:48 +00:00
feat: add config for runner auth with client certificates (gitea/act_runner#321)
This commit is contained in:
@@ -293,6 +293,8 @@ func doRegister(ctx context.Context, cfg *config.Config, inputs *registerInputs)
|
||||
cli := client.New(
|
||||
inputs.InstanceAddr,
|
||||
cfg.Runner.Insecure,
|
||||
cfg.Runner.Clientcert,
|
||||
cfg.Runner.Clientkey,
|
||||
"",
|
||||
"",
|
||||
ver.Version(),
|
||||
|
||||
Reference in New Issue
Block a user