actions-runner: add Forgejo runner to nix-cache02 with Vault token
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -109,3 +109,10 @@ variable "sonarr_api_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "forgejo_runner_token" {
|
||||
description = "Forgejo Actions runner token for nix-cache02"
|
||||
type = string
|
||||
default = "PLACEHOLDER"
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user