Enable basic authentication
All checks were successful
Deploy / Deploy (push) Successful in 12s

This commit is contained in:
2026-02-02 17:26:36 +00:00
parent 93305e4114
commit 050cb7118c
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -15,3 +15,8 @@ configs:
urls: urls:
- ntfys://${CFG_NTFY_TOKEN}@ntfy.leaf.home.kappeh.org/prx - ntfys://${CFG_NTFY_TOKEN}@ntfy.leaf.home.kappeh.org/prx
smtp:
auth:
basic:
mailrise: ${CFG_MAILRISE_PASSWORD}