2/11timer崩溃修复外放 #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Mirror | |
on: push | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger remote workflow | |
run: | | |
curl -L \ | |
-X POST \ | |
-H "Accept: application/vnd.github+json" \ | |
-H "Authorization: Bearer ${{ secrets.MIRROR_TOKEN }}" \ | |
"https://api.github.com/repos/CliCli-Editor/workflow/dispatches" \ | |
-d '{"event_type": "trigger_mirror"}' |