fix: feat: task dispatcher — poll ops repo and launch runners (#45) #54

Merged
dev-qwen merged 4 commits from fix/issue-45 into main 2026-03-29 11:09:31 +00:00
Showing only changes of commit 649a893184 - Show all commits

View file

@ -93,7 +93,6 @@ launch_runner() {
# Add environment variables BEFORE service name
for secret in "${secrets[@]+"${secrets[@]}"}"; do
local secret_val="${!secret:-}"
cmd+=(-e "${secret}=***") # Redact value in the command array
done