mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
12 lines
248 B
YAML
12 lines
248 B
YAML
name: Release Notification
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
call-notify-release:
|
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify-release.yml@v1
|
|
secrets:
|
|
PARROT_URL: ${{ secrets.PARROT_URL }}
|