Fix email notification
Some checks failed
ci/woodpecker/push/matrix-media-repo Pipeline failed
ci/woodpecker/push/wattpad-downloader Pipeline was successful
ci/woodpecker/push/woodpecker-email Pipeline was successful

This commit is contained in:
Oliver Traber 2023-11-05 02:50:00 +01:00
parent 2d3fd0ff95
commit 326c0aff9f
Signed by: Bluemedia
GPG key ID: C0674B105057136C
3 changed files with 6 additions and 9 deletions

View file

@ -22,13 +22,12 @@ steps:
notify:
image: git.bluemedia.dev/bluemedia/woodpecker-email
settings:
from.address:
from:
from_secret: smtp_notify_email
from.name: Woodpecker CI
host:
from_secret: smtp_notify_host
username:
from_secret: smtp_notify_email
from_secret: smtp_notify_username
password:
from_secret: smtp_notify_password
recipients_only: true

View file

@ -21,13 +21,12 @@ steps:
notify:
image: git.bluemedia.dev/bluemedia/woodpecker-email
settings:
from.address:
from:
from_secret: smtp_notify_email
from.name: Woodpecker CI
host:
from_secret: smtp_notify_host
username:
from_secret: smtp_notify_email
from_secret: smtp_notify_username
password:
from_secret: smtp_notify_password
recipients_only: true

View file

@ -22,13 +22,12 @@ steps:
notify:
image: git.bluemedia.dev/bluemedia/woodpecker-email
settings:
from.address:
from:
from_secret: smtp_notify_email
from.name: Woodpecker CI
host:
from_secret: smtp_notify_host
username:
from_secret: smtp_notify_email
from_secret: smtp_notify_username
password:
from_secret: smtp_notify_password
recipients_only: true