Skip to content

docs(development, installation): add perms env info #27

docs(development, installation): add perms env info

docs(development, installation): add perms env info #27

Workflow file for this run

name: Notify Parrot Bot
on:
push:
branches:
- v3
release:
types: [published]
jobs:
notify-commit:
if: github.event_name == 'push'
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
secrets:
PARROT_URL: ${{ secrets.PARROT_URL }}
notify-release:
if: github.event_name == 'release'
uses: Dictionarry-Hub/parrot/.github/workflows/notify-release.yml@v1
secrets:
PARROT_URL: ${{ secrets.PARROT_URL }}