From 86c375d2c87aa674fd59d78add60e0e606691073 Mon Sep 17 00:00:00 2001 From: rohow Date: Tue, 20 Jan 2026 19:12:12 +0800 Subject: [PATCH] feat(helm): add DEFAULT_ACTIONS_URL to enable GitHub actions --- apps/infra/devops/gitea/helmchart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/infra/devops/gitea/helmchart.yaml b/apps/infra/devops/gitea/helmchart.yaml index 254a6da..4c6bf10 100644 --- a/apps/infra/devops/gitea/helmchart.yaml +++ b/apps/infra/devops/gitea/helmchart.yaml @@ -82,6 +82,7 @@ spec: DEFAULT_REPO_UNITS: repo.code,repo.releases,repo.issues,repo.pulls actions: ENABLED: true + DEFAULT_ACTIONS_URL: github service: DISABLE_REGISTRATION: true NO_REPLY_ADDRESS: noreply.dev.cm