basant307/AI_Governance_Project
048
1name: Trigger CI2on: push3 4jobs:5 build:6 name: Dispatch to main repo7 runs-on: ubuntu-latest8 steps:9 - name: Emit repository_dispatch10 uses: mvasigh/dispatch-action@main11 with:12 # You should create a personal access token and store it in your repository13 token: ${{ secrets.DISPATCH_AUTH }}14 repo: dev15 owner: codemirror16 event_type: push17 