Files
runbin/web/node_modules/codemirror/.github/workflows/dispatch.yml
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

17 lines
415 B
YAML

name: Trigger CI
on: push
jobs:
build:
name: Dispatch to main repo
runs-on: ubuntu-latest
steps:
- name: Emit repository_dispatch
uses: mvasigh/dispatch-action@main
with:
# You should create a personal access token and store it in your repository
token: ${{ secrets.DISPATCH_AUTH }}
repo: dev
owner: codemirror
event_type: push