test
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-05-13 13:40:38 +01:00
parent 9107773a14
commit dff3b49f35
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 3 additions and 4 deletions

View File

@ -10,9 +10,8 @@ pipeline:
from.address: ci@serene-lang.org
from.name: Serene CI
host: smtp.gmail.com
username:
from_secret: mail_user
password:
from_secret: mail_pass
username: $MAIL_USER
password: $MAIL_PASS
recipients:
- ${CI_COMMIT_AUTHOR_EMAIL}
secrets: [mail_user, mail_pass]