We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b4ad3 + df43139 commit cfd656aCopy full SHA for cfd656a
cli/cmd/runner_register.go
@@ -32,7 +32,7 @@ func registerRunner() {
32
panic("Empty token")
33
}
34
35
- util.Config.Runner.Token = string(tokenBytes)
+ util.Config.Runner.RegistrationToken = string(tokenBytes)
36
37
38
taskPool := runners.JobPool{}
0 commit comments