mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
force private
This commit is contained in:
parent
65715b8ea4
commit
9754d930fb
1 changed files with 6 additions and 0 deletions
|
|
@ -233,6 +233,11 @@ in
|
|||
user = "git";
|
||||
group = "git";
|
||||
settings = {
|
||||
repository = {
|
||||
FORCE_PRIVATE = true;
|
||||
DEFAULT_PRIVATE = "private";
|
||||
DEFAULT_PUSH_CREATE_PRIVATE = true;
|
||||
};
|
||||
server = {
|
||||
DOMAIN = forgejoDomain;
|
||||
ROOT_URL = "https://${forgejoDomain}/";
|
||||
|
|
@ -325,6 +330,7 @@ in
|
|||
clone_addr: $addr,
|
||||
repo_name: $name,
|
||||
repo_owner: $owner,
|
||||
private: true,
|
||||
mirror: true,
|
||||
auth_token: $token,
|
||||
service: "github"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue