feat: add GitHub Actions workflow for notifications
This commit is contained in:
parent
b428786ec3
commit
82d5835a5d
|
|
@ -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 }}
|
||||
Loading…
Reference in New Issue