diff --git a/.github/workflows/discord-notifier.yml b/.github/workflows/discord-notifier.yml new file mode 100644 index 0000000..c76b7ba --- /dev/null +++ b/.github/workflows/discord-notifier.yml @@ -0,0 +1,18 @@ +on: + push: + branches: + - '**' + +name: Discord Notification + +jobs: + notify: + name: Discord Notification + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - uses: fateyan/action-discord-notifier@v1 + with: + message-title: New Commits Pushed + webhook: ${{ secrets.DISCORD_WEBHOOK }}