fix: forgejo use github for actions url

This commit is contained in:
2026-01-31 19:55:11 +01:00
parent 766943bbb1
commit cabf453a5d

View File

@@ -115,7 +115,10 @@ in
SMTP_PORT = 587; SMTP_PORT = 587;
USER = "gitea@cloonar.com"; USER = "gitea@cloonar.com";
}; };
actions.ENABLED=true; actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "github"; # Pull actions from GitHub
};
attachment = { attachment = {
MAX_SIZE = 2048; # 2GB in MB for general attachments MAX_SIZE = 2048; # 2GB in MB for general attachments
}; };