We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd15e6 commit e7b431dCopy full SHA for e7b431d
.github/workflows/trigger_tests.yml
@@ -15,7 +15,7 @@ jobs:
15
curl -X POST \
16
-H "Accept: application/vnd.github.v3+json" \
17
-H "Authorization: token ${GH_TOKEN}" \
18
- --data '{"event_type": "playwright_tests", "client_payload": {"foo": "${GITHUB_SHA}"}}' \
+ --data "{\"event_type\": \"playwright_tests\", \"client_payload\": {\"ref\": \"${GITHUB_SHA}\"}}" \
19
https://api.github.com/repos/microsoft/playwright-internal/dispatches
20
env:
21
GH_TOKEN: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }}
0 commit comments