Skip to content

docs: add project README with contribution guidelines #2

docs: add project README with contribution guidelines

docs: add project README with contribution guidelines #2

name: Notify Main Repo
on:
push:
branches: [main]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger main repo workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.MAIN_REPO_PAT }}
repository: EM-GeekLab/NexusGate
event-type: docs-updated
client-payload: '{"message": "Docs updated: ${{ github.event.head_commit.message }}"}'