This commit is contained in:
@@ -21,6 +21,7 @@ jobs:
|
|||||||
output-file: './config.yml'
|
output-file: './config.yml'
|
||||||
env:
|
env:
|
||||||
CFG_NTFY_TOKEN: ${{ secrets.CFG_NTFY_TOKEN }}
|
CFG_NTFY_TOKEN: ${{ secrets.CFG_NTFY_TOKEN }}
|
||||||
|
CFG_MAILRISE_PASSWORD: ${{ secrets.CFG_MAILRISE_PASSWORD }}
|
||||||
|
|
||||||
- name: Setup ssh-agent
|
- name: Setup ssh-agent
|
||||||
uses: webfactory/ssh-agent@v0.9.0
|
uses: webfactory/ssh-agent@v0.9.0
|
||||||
|
|||||||
@@ -15,3 +15,11 @@ configs:
|
|||||||
urls:
|
urls:
|
||||||
- ntfys://${CFG_NTFY_TOKEN}@ntfy.leaf.home.kappeh.org/prx
|
- ntfys://${CFG_NTFY_TOKEN}@ntfy.leaf.home.kappeh.org/prx
|
||||||
|
|
||||||
|
tls:
|
||||||
|
mode: off
|
||||||
|
|
||||||
|
smtp:
|
||||||
|
auth:
|
||||||
|
basic:
|
||||||
|
mailrise: ${CFG_MAILRISE_PASSWORD}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user