dispatch.yml 427 B

12345678910111213141516
  1. name: Trigger CI
  2. on: push
  3. jobs:
  4. build:
  5. name: Dispatch to main repo
  6. runs-on: ubuntu-latest
  7. steps:
  8. - name: Emit repository_dispatch
  9. uses: mvasigh/dispatch-action@main
  10. with:
  11. # You should create a personal access token and store it in your repository
  12. token: ${{ secrets.DISPATCH_AUTH }}
  13. repo: codemirror.next
  14. owner: codemirror
  15. event_type: push