Create notify_private_repo.yml #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |