Skip to content

Commit

Permalink
再试试
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Feb 10, 2025
1 parent d5b0640 commit d94395c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
steps:
- name: Trigger remote workflow
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.MIRROR_TOKEN }}" \
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
"https://api.github.com/repos/CliCli-Editor/workflows/dispatches" \
-d '{"event_type":"trigger_mirror"}'
-H "Authorization: Bearer ${{ secrets.MIRROR_TOKEN }}" \
"https://api.github.com/repos/CliCli-Editor/workflow/dispatches" \
-d '{"event_type": "trigger_mirror"}'

0 comments on commit d94395c

Please sign in to comment.