make github token accessible to hydra-notify

This commit is contained in:
Tim Schubert 2022-10-08 18:10:44 +02:00
parent 502171ec57
commit f43f6a6894
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -20,6 +20,7 @@ in
age.secrets.${hydraGitHubAuth} = {
file = "${secretsPath}/${hydraGitHubAuth}.age";
mode = "440";
owner = "hydra-www";
group = "hydra";
};