mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-06-18 10:19:03 -04:00
11 lines
211 B
YAML
11 lines
211 B
YAML
name: Notify
|
|
on:
|
|
push:
|
|
tags:
|
|
- 'v*.*.*'
|
|
jobs:
|
|
call-notify-release:
|
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify-release.yml@v1
|
|
secrets:
|
|
PARROT_URL: ${{ secrets.PARROT_URL }}
|