From 29d817547b9d7124fa76a0594efb852de4ff08ec Mon Sep 17 00:00:00 2001 From: chemavx Date: Sat, 20 Jun 2026 21:49:16 +0000 Subject: [PATCH] gitea-runner: repoint token to Infisical-backed secret (3b, out-of-band) env GITEA_RUNNER_REGISTRATION_TOKEN secretKeyRef gitea-runner-secret -> gitea-runner-secret-infisical Rolls the pod: fresh emptyDir -> act_runner re-registers with same-value token. Co-Authored-By: Claude Opus 4.8 --- gitea/deployment-gitea-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/deployment-gitea-runner.yaml b/gitea/deployment-gitea-runner.yaml index 51f1fb1..23faa60 100644 --- a/gitea/deployment-gitea-runner.yaml +++ b/gitea/deployment-gitea-runner.yaml @@ -81,7 +81,7 @@ spec: - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: - name: gitea-runner-secret + name: gitea-runner-secret-infisical key: GITEA_RUNNER_REGISTRATION_TOKEN - name: DOCKER_HOST value: tcp://localhost:2375