diff options
author | tv <tv@krebsco.de> | 2015-11-09 18:01:52 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-09 18:01:52 +0100 |
commit | 1e0f4af6a49d7efb9db62c905237c2316136f670 (patch) | |
tree | ccefa21e024b51f85a171251034bfc5ffce5e315 | |
parent | f5126d6a7d351322e64bd20a7f66da4780abe83d (diff) |
tv git: tv_xu has R/W-access to protected repos
-rw-r--r-- | tv/2configs/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index 38af92b..ff5bedc 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -83,7 +83,7 @@ let with git // config.krebs.users; repo: singleton { - user = tv; + user = [ tv tv_xu ]; repo = [ repo ]; perm = push "refs/*" [ non-fast-forward create delete merge ]; } ++ |