GHAR rework

This commit is contained in:
Greyscale 2025-02-14 20:53:56 +01:00
parent 5db8662a66
commit 22d2c42b74
Signed by: grey
GPG key ID: DDB392AE64B32D89
2 changed files with 5 additions and 2 deletions
products/github/actions-runner

View file

@ -15,5 +15,9 @@ module "github_actions_runner" {
EPHEMERAL = true
DISABLE_AUTO_UPDATE = "disable_updates"
}
mounts = { "/var/run/docker.sock" = "/var/run/docker.sock" }
mounts = {
"/goliath/github/runner" = "/github"
"/var/run/docker.sock" = "/var/run/docker.sock"
}
restart_delay = "30s"
}

View file

@ -32,7 +32,6 @@ variable "github_token" {
type = string
description = "The github token to use to register the runner."
}
# Pass-thru variables
variable "service_name" {
type = string