chore: add Discord GitHub Actions workflow

This commit is contained in:
UltraLionFr
2025-08-20 23:18:12 +02:00
parent 32f6f32141
commit 16aa1b2fd8
+15
View File
@@ -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 }}