2023-10-23 07:21:33 +00:00
|
|
|
---
|
|
|
|
steps:
|
|
|
|
deps:
|
|
|
|
name: Download dependencies
|
2023-12-19 14:21:20 +00:00
|
|
|
image: alpine
|
2023-10-23 07:21:33 +00:00
|
|
|
commands:
|
|
|
|
- echo 1
|
2023-12-19 14:21:20 +00:00
|
|
|
mail:
|
|
|
|
image: deblan/woodpecker-email
|
|
|
|
settings:
|
|
|
|
from.address: noreply@github.com
|
|
|
|
from.name: John Smith
|
|
|
|
host: smtp.mailgun.org
|
|
|
|
username:
|
|
|
|
from_secret: check
|
|
|
|
password: 12345
|
|
|
|
recipients:
|
|
|
|
- octocat@github.com
|