From 3fa9f6e6f5b1460ef3ecbd0e51fb9f62a87b59d7 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 18 Jul 2026 14:20:44 +0000 Subject: [PATCH] Enable Forgejo Actions support Add FORGEJO__actions__ENABLED and DEFAULT_ACTIONS_URL environment variables to enable Actions/CI workflows in Forgejo. This is required for DEV-334 CI/CD workflow implementation. Co-Authored-By: Paperclip --- apps/forgejo/forgejo-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/forgejo/forgejo-deployment.yaml b/apps/forgejo/forgejo-deployment.yaml index fc68376..66fae31 100644 --- a/apps/forgejo/forgejo-deployment.yaml +++ b/apps/forgejo/forgejo-deployment.yaml @@ -66,6 +66,10 @@ spec: value: forgejo.basicstack.de - name: FORGEJO__service__DISABLE_REGISTRATION value: "true" + - name: FORGEJO__actions__ENABLED + value: "true" + - name: FORGEJO__actions__DEFAULT_ACTIONS_URL + value: "https://code.forgejo.org" resources: requests: cpu: 250m