Update sync.yml

This commit is contained in:
Anton Medvedev 2023-04-04 12:15:21 +02:00 committed by GitHub
parent e7660e004d
commit 85eebc50a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
- name: Deploy docs
run: |
curl --location --request POST 'https://api.github.com/repos/antonmedv/deployer.org/actions/workflows/deploy-docs.yml/dispatches' \
curl --fail-with-body --location --request POST 'https://api.github.com/repos/antonmedv/deployer.org/actions/workflows/deploy-docs.yml/dispatches' \
--header "Authorization: Bearer ${MY_GITHUB_TOKEN}" \
--header 'Accept: application/vnd.github.v3+json' \
--header 'Content-Type: application/json' \