Skip to content

Commit

Permalink
Create notify-forks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nde-Dilan authored Oct 11, 2024
1 parent ed57e3b commit bc2e8c0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/notify-forks.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bc2e8c0

Please sign in to comment.