From 54a6ce1ddae564fe1302645e1307a21273a50db6 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 4 Apr 2023 12:06:51 -0700 Subject: [PATCH] enable actions --- templates/etc/gitea/conf/app.ini.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/etc/gitea/conf/app.ini.j2 b/templates/etc/gitea/conf/app.ini.j2 index 2829c0e..eef86e7 100644 --- a/templates/etc/gitea/conf/app.ini.j2 +++ b/templates/etc/gitea/conf/app.ini.j2 @@ -90,3 +90,6 @@ UPDATE_EXISTING = true [indexer] REPO_INDEXER_ENABLED = true + +[actions] +ENABLED = true