Enable push to create repo on forgejo

This commit is contained in:
Fiona Grzebien 2024-09-10 17:23:09 +02:00
parent b591ac70ae
commit eb369d7703
No known key found for this signature in database

View file

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