notifications
This commit is contained in:
parent
5cc6e1d168
commit
2153f7b52b
1 changed files with 13 additions and 0 deletions
|
|
@ -91,3 +91,16 @@ jobs:
|
||||||
|
|
||||||
- name: Build (release)
|
- name: Build (release)
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
|
notify:
|
||||||
|
name: Notify
|
||||||
|
needs: [lint, build-debug, build-release]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: always()
|
||||||
|
steps:
|
||||||
|
- uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.NTFY_HOST }}
|
||||||
|
topic: ${{ secrets.NTFY_TOPIC }}
|
||||||
|
user: ${{ secrets.NTFY_USER }}
|
||||||
|
password: ${{ secrets.NTFY_PASSWORD }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue