send-email.yaml
This commit is contained in:
6
.github/workflows/send-email.yaml
vendored
6
.github/workflows/send-email.yaml
vendored
@ -1,7 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
jobs:
|
jobs:
|
||||||
send-mail:
|
send-mail:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -10,7 +8,7 @@ jobs:
|
|||||||
uses: dawidd6/action-send-mail@v4
|
uses: dawidd6/action-send-mail@v4
|
||||||
with:
|
with:
|
||||||
# * smtp://user:password@server:port
|
# * smtp://user:password@server:port
|
||||||
# * smtp+starttls://user:password@server:port
|
# * smtp+starttls://notifications@nobug.sbs:password@maddy.1-h.cc:5465
|
||||||
connection_url: ${{secrets.MAIL_CONNECTION}}
|
connection_url: ${{secrets.MAIL_CONNECTION}}
|
||||||
subject: Github Actions job result
|
subject: Github Actions job result
|
||||||
to: obiwan@oo1.dev,yoda@oo1.dev
|
to: obiwan@oo1.dev,yoda@oo1.dev
|
||||||
|
Reference in New Issue
Block a user