Skip to content

Commit

Permalink
💚 Update test workflow dispatch test done event api request
Browse files Browse the repository at this point in the history
  • Loading branch information
almond-bongbong committed Aug 26, 2023
1 parent 41e0042 commit 882ad77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/00_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

- name: Dispatch test done event
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/owner/repo/dispatches \
-d '{"event_type": "test-done"}'
curl -L \
-X POST \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/almond-bongbong/react-simple-toasts/dispatches \
-d '{"event_type":"test-done"}'

0 comments on commit 882ad77

Please sign in to comment.