summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrenew-all2
1 files changed, 0 insertions, 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"],