Include ntfy notification
Some checks failed
E2E Testing / test (push) Failing after 1m27s

This commit is contained in:
sebastian 2024-02-15 16:29:57 +01:00
parent 1cde7f2939
commit e607dc167b

View File

@ -21,3 +21,11 @@ jobs:
- name: Run e2e tests - name: Run e2e tests
run: npm run e2e run: npm run e2e
- name: ntfy-notifications
uses: niniyas/ntfy-action@master
with:
url: ${{ secrets.NTFY_URL }}
topic: ${{ secrets.NTFY_TOPIC }}
headers: ${{ secrets.NTFY_HEADERS }}