Skip to content

Commit

Permalink
devops: fix test triggering (#5458)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 13, 2021
1 parent ecd15e6 commit e7b431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_tests.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${GH_TOKEN}" \
--data '{"event_type": "playwright_tests", "client_payload": {"foo": "${GITHUB_SHA}"}}' \
--data "{\"event_type\": \"playwright_tests\", \"client_payload\": {\"ref\": \"${GITHUB_SHA}\"}}" \
https://api.github.com/repos/microsoft/playwright-internal/dispatches
env:
GH_TOKEN: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit e7b431d

Please sign in to comment.