From 4970f5905227bbc3c707378f20226302117d0c58 Mon Sep 17 00:00:00 2001 From: June Date: Thu, 18 Jan 2024 05:02:47 +0100 Subject: [PATCH] Enable Forgejo Actions for our Forgejo --- config/hosts/git/forgejo.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hosts/git/forgejo.nix b/config/hosts/git/forgejo.nix index 342a06a..a6e6b81 100644 --- a/config/hosts/git/forgejo.nix +++ b/config/hosts/git/forgejo.nix @@ -48,6 +48,9 @@ repo = { DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls"; }; + actions = { + ENABLED = true; + }; mailer = { ENABLED = true; FROM = "no-reply@git.hamburg.ccc.de";