diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml new file mode 100644 index 0000000..03580a6 --- /dev/null +++ b/.github/workflows/discord.yml @@ -0,0 +1,15 @@ +name: Discord Webhook + +on: + push: + branches: + - main + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Discord Commit Webhook + uses: johnnyhuy/actions-discord-git-webhook@v1.0.4 + with: + webhook: ${{ secrets.DISCORD_WEBHOOK_URL }} \ No newline at end of file