chore: add Discord GitHub Actions workflow
This commit is contained in:
@@ -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 }}
|
||||||
Reference in New Issue
Block a user