Update trigger_deb_build.yml
This commit is contained in:
parent
01153ccb0d
commit
48feae32bd
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Make curl request
|
- name: Make curl request
|
||||||
run: |
|
run: |
|
||||||
curl -X POST "${{ secrets.DEB_REPOSITORY }}/dispatches" \
|
curl -X POST "https://api.github.com/repos/${{ secrets.DEB_REPOSITORY }}/dispatches" \
|
||||||
-u "${{ secrets.DEB_ACCESS_TOKEN }}" \
|
-u "${{ secrets.DEB_ACCESS_TOKEN }}" \
|
||||||
-H "Accept: application/vnd.github.everest-preview+json" \
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|
Loading…
Reference in New Issue