Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-28 09:52:00 -06:00 committed by GitHub
parent 1ad7819d33
commit 3afd221455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
curl \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.MY_PAT }}" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
-d '{"name":"myEvent","head_sha":"${{ github.event.client_payload.sha }}","status":"completed", "conclusion":"success"}'