From ab44f0d40b89a4742681b0b2a6af9d332d49217b Mon Sep 17 00:00:00 2001 From: Laura <100972280+lauradreith@users.noreply.github.com> Date: Tue, 20 May 2025 08:59:07 -0700 Subject: [PATCH] Create notify-target-repo.yml --- .github/workflows/notify-target-repo.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/notify-target-repo.yml diff --git a/.github/workflows/notify-target-repo.yml b/.github/workflows/notify-target-repo.yml new file mode 100644 index 0000000..976714b --- /dev/null +++ b/.github/workflows/notify-target-repo.yml @@ -0,0 +1,16 @@ +name: Notify Target Repo on Push +on: + push: + branches: + - main + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Notify Target Repository + uses: peter-evans/repository-dispatch@v3 + with: + token: ${{ secrets.REPO_SYNC }} + repository: lauradreith/data-perimeter-policy-examples + event-type: source-repo-push