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