fix(forgejo): Renamed option mailerPasswordFile
All checks were successful
Build all the nodes / netcore02 (push) Successful in 23s
Run pre-commit on all files / pre-commit (push) Successful in 25s
Build the shell / build-shell (push) Successful in 48s
Build all the nodes / ap01 (push) Successful in 1m21s
Build all the nodes / geo02 (push) Successful in 1m58s
Build all the nodes / geo01 (push) Successful in 2m0s
Build all the nodes / tower01 (push) Successful in 2m5s
Build all the nodes / hypervisor03 (push) Successful in 2m8s
Build all the nodes / storage01 (push) Successful in 2m12s
Build all the nodes / web03 (push) Successful in 2m12s
Build all the nodes / hypervisor01 (push) Successful in 2m13s
Build all the nodes / bridge01 (push) Successful in 2m21s
Build all the nodes / hypervisor02 (push) Successful in 2m23s
Build all the nodes / rescue01 (push) Successful in 2m28s
Build all the nodes / web02 (push) Successful in 2m35s
Build all the nodes / vault01 (push) Successful in 2m44s
Build all the nodes / web01 (push) Successful in 2m48s
Build all the nodes / compute01 (push) Successful in 2m59s

This commit is contained in:
sinavir 2025-01-09 21:16:03 +01:00
parent 409a7877df
commit ea5c0787d7
No known key found for this signature in database

View file

@ -79,8 +79,7 @@ in
"cron.git_gc_repos".ENABLED = true; "cron.git_gc_repos".ENABLED = true;
"cron.update_checker".ENABLED = false; "cron.update_checker".ENABLED = false;
}; };
secrets.mailer.PASSWD = config.age.secrets."forgejo-mailer_password_file".path;
mailerPasswordFile = config.age.secrets."forgejo-mailer_password_file".path;
}; };
}; };