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 }}