Add Gitea act-runner and test actions for the repo
Some checks failed
CI / Terraform fmt + validate (push) Failing after 42s
Some checks failed
CI / Terraform fmt + validate (push) Failing after 42s
This commit is contained in:
10
2-nomad-config/act-runner.tf
Normal file
10
2-nomad-config/act-runner.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
resource "nomad_job" "act_runner" {
|
||||
jobspec = file("act-runner.nomad.hcl")
|
||||
}
|
||||
|
||||
resource "nomad_variable" "act_runner" {
|
||||
path = "nomad/jobs/act-runner"
|
||||
items = {
|
||||
registration_token = data.sops_file.secrets.data["act-runner.registration_token"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user