|
@@ -84,4 +84,9 @@ jobs:
|
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
|
-H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
-d '{"event_type": "ipq40xx_generic ${{ github.event.inputs.version }}", "client_payload": {"target": "ipq40xx_generic"}}'
|
|
|
+ curl \
|
|
|
+ -X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
|
+ -H "Accept: application/vnd.github.everest-preview+json" \
|
|
|
+ -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
+ -d '{"event_type": "bcm53xx ${{ github.event.inputs.version }}", "client_payload": {"target": "bcm53xx"}}'
|
|
|
|