Update .github/workflows/pr-comment-build-dispatcher.yaml

Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
This commit is contained in:
Thilo Fromm 2023-05-11 12:00:12 +02:00 committed by GitHub
parent f71f453950
commit f66d24dec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@ jobs:
requester: ${{ github.event.comment.user.login }}
shell: bash
run: |
curl -L --silent \
set -euo pipefail
curl --fail --show-error -L --silent \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_ACTIONS_ORG_READ }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \