From 6c11ec104012d1a5769d196b625904dae2988dea Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 8 Apr 2024 23:39:15 -0700 Subject: [PATCH] Enable actions --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 4f7276f..55abde8 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -15,4 +15,4 @@ data: GITEA__database__DB_TYPE: postgres GITEA__database__HOST: gitea-db-rw:5432 GITEA__database__NAME: gitea-db - + GITEA__actions__ENABLE: "true"