From 686041946b23a0209f8a21b646b44a5e944b0326 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 5 May 2026 04:56:29 -0500 Subject: [PATCH] Enable Gitea Actions (GITEA__actions__ENABLED=true) --- servers/gcp/k8s/gitea/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/gcp/k8s/gitea/deployment.yaml b/servers/gcp/k8s/gitea/deployment.yaml index 06b411a..823f1b5 100644 --- a/servers/gcp/k8s/gitea/deployment.yaml +++ b/servers/gcp/k8s/gitea/deployment.yaml @@ -71,6 +71,8 @@ spec: - name: GITEA__webhook__ALLOWED_HOST_LIST value: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 # Actions + - name: GITEA__actions__ENABLED + value: "true" - name: GITEA__actions__DEFAULT_ACTIONS_URL value: https://code.forgejo.org volumeMounts: