Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrosehill committed Nov 21, 2024
1 parent 6eaf9dd commit 3273e76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/notify-main-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Notify Main Repository

on:
push:
branches:
- main

jobs:
notify-main-repo:
runs-on: ubuntu-latest

steps:
- name: Notify Main Repository
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }} # Personal Access Token with repo access
repository: danielrosehill/Documetation-Root-Repo
event-type: update-submodule
client-payload: '{"submodule": "${{ github.repository }}"}'

0 comments on commit 3273e76

Please sign in to comment.