Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
1name: Trigger CI 2on: push 3 4jobs: 5 build: 6 name: Dispatch to main repo 7 runs-on: ubuntu-latest 8 steps: 9 - name: Emit repository_dispatch 10 uses: mvasigh/dispatch-action@main 11 with: 12 # You should create a personal access token and store it in your repository 13 token: ${{ secrets.DISPATCH_AUTH }} 14 repo: dev 15 owner: codemirror 16 event_type: push