From a1fa42363416f088557618de4c0d9af5f0adf956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 20 Nov 2023 20:50:31 +0100 Subject: [PATCH] ci: remove mail (for the time being) --- .woodpecker.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4996da9..46968a2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -176,14 +176,3 @@ pipeline: - earthly --push --secret NPM_TOKEN +publish-js-all when: branch: [main] - - mail: - image: deblan/woodpecker-email - secrets: [MAIL_FROM, MAIL_HOST, MAIL_USERNAME, MAIL_PASSWORD] - settings: - from.address: $MAIL_FROM - host: $MAIL_HOST - username: $MAIL_USERNAME - password: $MAIL_PASSWORD - when: - status: [success, failure]