From fdd00af83430eb3f70c8d5f904b06eb23c40dd89 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 22:55:40 +0100 Subject: [PATCH] enable gitea actions --- hosts/fw.cloonar.com/modules/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 15ceb82..8698075 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -90,6 +90,7 @@ in ALLOW_ONLY_EXTERNAL_REGISTRATION = true; SHOW_REGISTRATION_BUTTON = false; }; + actions.ENABLED=true; webhook.ALLOWED_HOST_LIST = "drone.cloonar.com"; }; };