modules: secrets: gitea: add 'mail-password'
This commit is contained in:
parent
94143f9d33
commit
a9e004f7c1
2 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue