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