From 7470bb8c342426a11e108511bc451229f2bb4602 Mon Sep 17 00:00:00 2001 From: NoMathExpectation <85624722+NoMathExpectation@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:47:42 +0800 Subject: [PATCH] Added discord notification. --- .github/workflows/notify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/notify.yml diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml new file mode 100644 index 0000000..2d95ea7 --- /dev/null +++ b/.github/workflows/notify.yml @@ -0,0 +1,9 @@ +on: push +jobs: + discord-notifier: + runs-on: ubuntu-latest + steps: + - name: Discord Notification + uses: tenzin1308/discord-notification@v1.0.0 + with: + discord-webhook-url: ${{ secrets.DISCORD_WEBHOOKS_URL }} \ No newline at end of file