Update trigger_deb_build.yml

This commit is contained in:
Raspbian France 2020-07-03 03:42:06 +02:00 committed by GitHub
parent 01153ccb0d
commit 48feae32bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
steps:
- name: Make curl request
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 }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" \