Skip to content

Documentation

Documentation #2

name: Notify Parent Repo on Push
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger Parent Repo Workflow
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
repository: danielrosehill/Documetation-Root-Repo
event-type: update-submodule
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'