job "github-actions-runner" { datacenters = ["aperture"] type = "service" meta { version = "2.320.0" sha256 = "93ac1b7ce743ee85b5d386f5c1787385ef07b3d7c728ff66ce0d3813d5f46900" } group "github-actions" { count = 3 spread { attribute = "${node.unique.id}" weight = 100 } task "actions-runner" { driver = "raw_exec" # user = "nomad" config { command = "/bin/bash" args = ["${NOMAD_TASK_DIR}/bootstrap.sh"] } template { data = <