diff options
Diffstat (limited to 'renew-all')
| -rwxr-xr-x | renew-all | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
