Skip to content

Commit 6326d6f

Browse files
authored
devops: properly trigger tests on internal test runners (#5453)
1 parent 291b6d0 commit 6326d6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/trigger_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
curl -X POST \
1616
-H "Accept: application/vnd.github.v3+json" \
1717
-H "Authorization: token ${GH_TOKEN}" \
18-
--data '{"event_type": "playwright_tests", "client_payload": {"foo": "${GH_REF}"}}' \
18+
--data '{"event_type": "playwright_tests", "client_payload": {"foo": "${GITHUB_SHA}"}}' \
1919
https://api.github.com/repos/microsoft/playwright-internal/dispatches
2020
env:
2121
GH_TOKEN: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }}
22-
GH_REF: ${{ github.ref }}

0 commit comments

Comments
 (0)