forgejo: disable actions

This commit is contained in:
cy 2025-01-10 01:43:19 -05:00
parent 96efcd1ba6
commit c5dbde3aa5

View file

@ -17,6 +17,7 @@
AMBIGUOUS_UNICODE_DETECTION = false; AMBIGUOUS_UNICODE_DETECTION = false;
DEFAULT_THEME = "gitea-dark"; DEFAULT_THEME = "gitea-dark";
}; };
actions.ENABLED = false;
}; };
database = { database = {
type = "postgres"; type = "postgres";