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

This commit is contained in:
Kappeh
2026-02-02 17:26:36 +00:00
parent ebca4e2226
commit d82174b202
2 changed files with 6 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ jobs:
output-file: './config.yml'
env:
CFG_NTFY_TOKEN: ${{ secrets.CFG_NTFY_TOKEN }}
CFG_MAILRISE_PASSWORD: ${{ secrets.CFG_MAILRISE_PASSWORD }}
- name: Setup ssh-agent
uses: webfactory/ssh-agent@v0.9.0

View File

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