From 123412e0731342ba27f1fb8d1e1824b76aec32fc Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 2 May 2024 17:15:30 +0200 Subject: [PATCH] small naming mistake --- infrastructure/gitea/actions.deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/gitea/actions.deployment.yaml b/infrastructure/gitea/actions.deployment.yaml index 313c2f0..82d55da 100644 --- a/infrastructure/gitea/actions.deployment.yaml +++ b/infrastructure/gitea/actions.deployment.yaml @@ -26,7 +26,7 @@ spec: env: - name: GITEA_INSTANCE_URL value: "https://git.kluster.moll.re" - - name: GITEA_RUNNER_TOKEN + - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: name: actions-runner-secret