Skip to content

Create notify_private_repo.yml #2

Create notify_private_repo.yml

Create notify_private_repo.yml #2

name: Notify Private Repo
on:
push:
branches:
- main
jobs:
notify_private_repo:
runs-on: ubuntu-latest
steps:
- name: Send repository dispatch event
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PRIVATE_REPO_TOKEN }}
repository: rsivanov-git/surge-personal
event-type: public-repo-updated