Add ntfy notifications
Some checks failed
Rust CI / Build and Test (push) Failing after 38s

This commit is contained in:
Joshua Coles 2024-08-01 22:42:02 +01:00
parent fe45ebe5e7
commit fa252dbe8f

View File

@ -69,3 +69,11 @@ jobs:
path: |
target/release/${{ github.event.repository.name }}
target/aarch64-unknown-linux-gnu/release/${{ github.event.repository.name }}
- uses: robiningelbrecht/ntfy-action@v1.0.0
name: Notify via ntfy.sh
if: always()
with:
url: ${{ secrets.NTFY_URL }}
topic: ${{ secrets.NTFY_TOPIC }}
job_status: ${{ job.status }}