We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2762dc commit b2e7166Copy full SHA for b2e7166
1 file changed
.github/workflows/notify-private-repo.yml
@@ -30,5 +30,6 @@ jobs:
30
-H "Content-Type: application/json" \
31
-H "Authorization: Bearer ${SYNC_TOKEN}" \
32
-H "Accept: application/vnd.github.v3+json" \
33
+ -H "X-GitHub-Api-Version: 2026-03-10" \
34
https://api.github.com/repos/sinch/${SDK_NAME}-internal/dispatches \
35
-d '{"event_type": "public_push_event"}'
0 commit comments