Enable push to create repo on forgejo
This commit is contained in:
parent
e1425e2463
commit
b9ba3af5bc
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue