feat: add GitHub Actions workflow for notifications

This commit is contained in:
Sam Chau
2024-12-17 17:52:26 +10:30
parent b428786ec3
commit 82d5835a5d

10
.github/workflows/notify.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Notify
on:
push:
branches:
- "**"
jobs:
notify:
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@BRANCH_OR_TAG
secrets:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}