feat: add GitHub Actions workflow for notifications
This commit is contained in:
parent
b428786ec3
commit
82d5835a5d
1 changed files with 10 additions and 0 deletions
10
.github/workflows/notify.yml
vendored
Normal file
10
.github/workflows/notify.yml
vendored
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue