From bc2e8c047a03a0cf8dcb6e3c521d6302a889989d Mon Sep 17 00:00:00 2001 From: NDE HURICH DILAN <125365841+Nde-Dilan@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:59:53 +0200 Subject: [PATCH] Create notify-forks.yml --- .github/workflows/notify-forks.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/notify-forks.yml diff --git a/.github/workflows/notify-forks.yml b/.github/workflows/notify-forks.yml new file mode 100644 index 0000000..ae6fc9c --- /dev/null +++ b/.github/workflows/notify-forks.yml @@ -0,0 +1,17 @@ +name: Notify Forks + +on: + push: + branches: + - main + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.PAT_FOR_DISPATCH }} + repository: Nde-Dilan/MaterialHub-Hactoberfest + event-type: sync-fork