From 72671486af1b7668961efbfbac78a1c2fc8f4069 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 29 Jun 2025 06:37:04 +0300 Subject: [PATCH] Remove PUSHOVER cred env --- .woodpecker.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3ed32a3..8984a4a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -36,9 +36,4 @@ steps: commands: - apk add --no-cache git curl bash - pip install pyyaml requests - - python3 automation/alerts/external_alert_checker.py - environment: - PUSHOVER_USER: - from_secret: PUSHOVER_USER - PUSHOVER_TOKEN: - from_secret: PUSHOVER_TOKEN \ No newline at end of file + - python3 automation/alerts/external_alert_checker.py \ No newline at end of file