mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-20 22:20:55 +00:00
curl again
This commit is contained in:
parent
2cbd0cdf50
commit
4282a0d96a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -58,5 +58,5 @@ jobs:
|
||||
needs: build
|
||||
steps:
|
||||
- name: Trigger mynewt-tinyusb-example
|
||||
- run: curl -X POST -H "Authorization: token ${{ secrets.MYNEWT_EXAMPLE_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/hathach/mynewt-tinyusb-example/dispatches --data '{"event_type": "build_application"}'
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user