diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 3c2941c..e63a990 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -21,3 +21,11 @@ jobs: - name: Run e2e tests 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 }} + +