From ce7a4e6e7611f076425c6c8fc2008c3da897961f Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 14 Apr 2026 16:47:17 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Woodpecker=20v3=20secrets=E2=86=92enviro?= =?UTF-8?q?nment=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/postmortem-todos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/postmortem-todos.yml b/.woodpecker/postmortem-todos.yml index 8677e4e9..67c7d116 100644 --- a/.woodpecker/postmortem-todos.yml +++ b/.woodpecker/postmortem-todos.yml @@ -16,10 +16,11 @@ steps: - name: notify-slack image: alpine + environment: + SLACK_WEBHOOK: + from_secret: slack_webhook commands: - apk add --no-cache curl - "curl -sf -X POST https://hooks.slack.com/services/$SLACK_WEBHOOK -H 'Content-Type: application/json' -d '{\"text\": \"Post-mortem TODO pipeline completed\"}' || true" - secrets: - - slack_webhook when: - status: [success, failure]