ci: remove mail (for the time being)

refactor/addresses-js
Tomáš Mládek 2023-11-20 20:50:31 +01:00
parent 4a8d9b4ece
commit a1fa423634
1 changed files with 0 additions and 11 deletions

View File

@ -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]