l 2 repo-sync: add access for lass accs
This commit is contained in:
parent
8fd02a0ccc
commit
179502bb0a
@ -22,7 +22,11 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
rules = with git; singleton {
|
rules = with git; singleton {
|
||||||
user = [ config.krebs.users."${config.networking.hostName}-repo-sync" ];
|
user = with config.krebs.users; [
|
||||||
|
config.krebs.users."${config.networking.hostName}-repo-sync"
|
||||||
|
lass
|
||||||
|
lass-shodan
|
||||||
|
];
|
||||||
repo = [ repo ];
|
repo = [ repo ];
|
||||||
perm = push ''refs/*'' [ non-fast-forward create delete merge ];
|
perm = push ''refs/*'' [ non-fast-forward create delete merge ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user