summaryrefslogtreecommitdiff
path: root/renew-all
diff options
context:
space:
mode:
Diffstat (limited to 'renew-all')
-rwxr-xr-xrenew-all3
1 files changed, 3 insertions, 0 deletions
diff --git a/renew-all b/renew-all
index 04e9314..89fb4bc 100755
--- a/renew-all
+++ b/renew-all
@@ -40,6 +40,9 @@ def main() -> None:
environment = {
"DESEC_POLLING_INTERVAL": str(config["timeout_seconds"]),
"DESEC_TOKEN": config["desec_token"],
+ "MYTHICBEASTS_PASSWORD": config["mythic_beasts_secret"],
+ "MYTHICBEASTS_POLLING_INTERVAL": str(config["timeout_seconds"]),
+ "MYTHICBEASTS_USERNAME": config["mythic_beasts_key_id"],
}
logging.info(f"Running command {command}")
subprocess.run(command, env=environment)