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 690fa21 commit de0f003Copy full SHA for de0f003
.github/workflows/trigger_internal_tests.yml
@@ -16,6 +16,6 @@ jobs:
16
-H "Accept: application/vnd.github.v3+json" \
17
-H "Authorization: token ${GH_TOKEN}" \
18
--data "{\"event_type\": \"playwright_tests_python\", \"client_payload\": {\"ref\": \"${GITHUB_SHA}\"}}" \
19
- https://api.github.com/repos/microsoft/playwright-internal/dispatches
+ https://api.github.com/repos/microsoft/playwright-browsers/dispatches
20
env:
21
GH_TOKEN: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }}
0 commit comments