This commit is contained in:
hathach 2020-01-04 00:12:03 +07:00
parent 4282a0d96a
commit 6f03617ff5
1 changed files with 2 additions and 1 deletions

View File

@ -59,4 +59,5 @@ jobs:
steps:
- name: Trigger mynewt-tinyusb-example
shell: bash
run: curl -X POST -H "Authorization: token ${{ secrets.MYNEWT_EXAMPLE_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" --data '{"event_type": "rebuild"}' https://api.github.com/repos/hathach/mynewt-tinyusb-example/dispatches
run: |
curl -X POST -H "Authorization: token ${{ secrets.MYNEWT_EXAMPLE_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" --data '{"event_type": "rebuild"}' https://api.github.com/repos/hathach/mynewt-tinyusb-example/dispatches