modules: secrets: gitea: add 'mail-password'

This commit is contained in:
Bruno BELANYI 2022-04-08 20:53:37 +02:00
parent 94143f9d33
commit a9e004f7c1
2 changed files with 14 additions and 0 deletions

View file

@ -18,6 +18,11 @@ in
"drone/secret.age".publicKeys = all;
"drone/ssh/private-key.age".publicKeys = all;
"gitea/mail-password.age" = {
owner = "git";
publicKeys = all;
};
"lohr/secret.age".publicKeys = all;
"lohr/ssh-key.age".publicKeys = all;