mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
chore: add parrot notify workflow for profilarr
- hardcoded for beta for now
This commit is contained in:
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:
|
||||
- 'v2-beta'
|
||||
jobs:
|
||||
notify:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
||||
secrets:
|
||||
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|
||||
Reference in New Issue
Block a user