WIP: Add token to config when creating new runner #97

Closed
Zettat123 wants to merge 1 commits from Zettat123/act_runner:local-private-reusable-workflow into main

View File

@ -223,6 +223,7 @@ func (t *Task) Run(ctx context.Context, task *runnerv1.Task, runnerName, runnerV
JSONLogger: input.jsonLogger,
Env: input.envs,
Secrets: task.Secrets,
Token: token,
InsecureSecrets: input.insecureSecrets,
Privileged: input.privileged,
UsernsMode: input.usernsMode,