Skip to content

Commit

Permalink
Create notify_private_repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsivanov-git authored Sep 25, 2024
1 parent 554bd30 commit 0c4aad7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/notify_private_repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit 0c4aad7

Please sign in to comment.