This commit is contained in:
parent
230fc54f08
commit
20698ba569
1 changed files with 3 additions and 4 deletions
|
@ -14,11 +14,10 @@ pipeline:
|
|||
|
||||
notify:
|
||||
image: deblan/woodpecker-email
|
||||
secrets: [ smtp_user, smtp_pass ]
|
||||
settings:
|
||||
from.address: woodpecker@clacks.network
|
||||
from.name: woodpecker-ci
|
||||
host: smtp.migadu.com
|
||||
username:
|
||||
from_secret: smtp_user
|
||||
password:
|
||||
from_secret: smtp_pass
|
||||
username: $SMTP_USER
|
||||
password: $SMTP_PASS
|
||||
|
|
Loading…
Reference in a new issue