Enable push to create repo on forgejo

This commit is contained in:
fi 2024-11-20 05:46:41 +01:00
parent a76d302398
commit 71742d5dc2

View file

@ -38,6 +38,10 @@
repo = { repo = {
DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls"; DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls";
}; };
repository = {
ENABLE_PUSH_CREATE_USER = true;
ENABLE_PUSH_CREATE_ORG = true;
};
actions = { actions = {
ENABLED = true; ENABLED = true;
ARTIFACT_RETENTION_DAYS = 30; ARTIFACT_RETENTION_DAYS = 30;