mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
fix(workflow): update notify job to use notify-commit workflow and correct secret name
This commit is contained in:
6
.github/workflows/notify.yml
vendored
6
.github/workflows/notify.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
branches:
|
||||
- "stable"
|
||||
jobs:
|
||||
notify:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
||||
call-notify-commit:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
|
||||
secrets:
|
||||
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|
||||
PARROT_URL: ${{ secrets.PARROT_URL }}
|
||||
|
||||
Reference in New Issue
Block a user