From a13db6968d94306b2bd92d1462abd95bb738d17b Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 31 Dec 2025 22:50:30 +0000 Subject: Remove desec variables from renew-all DNS is now managed by Mythic Beasts for all domains - the desec variables are no longer used or needed. --- renew-all | 2 -- 1 file changed, 2 deletions(-) diff --git a/renew-all b/renew-all index bc6ac34..224afbc 100755 --- a/renew-all +++ b/renew-all @@ -60,8 +60,6 @@ def main() -> None: + actions[args.action] ) 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"], -- cgit v1.2.3