Set permission to actual secrets
All checks were successful
Auto Update Build / build (pull_request) Has been skipped

This commit is contained in:
pazpi 2026-03-26 22:59:39 +01:00
parent 5ab738b231
commit 59181d64b9
No known key found for this signature in database

View file

@ -11,6 +11,9 @@ in
age.secrets = { age.secrets = {
actual-openid-client-secret = { actual-openid-client-secret = {
file = ../../secrets/actual-openid-client-secret.age; file = ../../secrets/actual-openid-client-secret.age;
owner = "actual";
group = "actual";
mode = "0400";
}; };
}; };