From 2153f7b52b3b77dd42a567b14f6b7a69a9929e49 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 2 Mar 2026 15:13:16 -0800 Subject: [PATCH] notifications --- .forgejo/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 85fa4c3..92a4745 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -91,3 +91,16 @@ jobs: - name: 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 }}