Skip to content

Commit b2e7166

Browse files
committed
CI: Use dedicated github API version header
1 parent f2762dc commit b2e7166

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/notify-private-repo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
-H "Content-Type: application/json" \
3131
-H "Authorization: Bearer ${SYNC_TOKEN}" \
3232
-H "Accept: application/vnd.github.v3+json" \
33+
-H "X-GitHub-Api-Version: 2026-03-10" \
3334
https://api.github.com/repos/sinch/${SDK_NAME}-internal/dispatches \
3435
-d '{"event_type": "public_push_event"}'

0 commit comments

Comments
 (0)