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 291b6d0 commit 6326d6fCopy full SHA for 6326d6f
.github/workflows/trigger_tests.yml
@@ -15,8 +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": "${GH_REF}"}}' \
+ --data '{"event_type": "playwright_tests", "client_payload": {"foo": "${GITHUB_SHA}"}}' \
19
https://api.github.com/repos/microsoft/playwright-internal/dispatches
20
env:
21
GH_TOKEN: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }}
22
- GH_REF: ${{ github.ref }}
0 commit comments