Skip to content

Commit ab44f0d

Browse files
authored
Create notify-target-repo.yml
1 parent 65e3ec8 commit ab44f0d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Notify Target Repo on Push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
notify:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Notify Target Repository
12+
uses: peter-evans/repository-dispatch@v3
13+
with:
14+
token: ${{ secrets.REPO_SYNC }}
15+
repository: lauradreith/data-perimeter-policy-examples
16+
event-type: source-repo-push

0 commit comments

Comments
 (0)