We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b384c3 commit 1712931Copy full SHA for 1712931
.github/workflows/trigger_internal_tests.yml
@@ -17,8 +17,9 @@ jobs:
17
with:
18
app-id: ${{ vars.PLAYWRIGHT_APP_ID }}
19
private-key: ${{ secrets.PLAYWRIGHT_PRIVATE_KEY }}
20
+ repositories: playwright-browsers
21
- run: |
- curl -X POST \
22
+ curl -X POST --fail \
23
-H "Accept: application/vnd.github.v3+json" \
24
-H "Authorization: token ${GH_TOKEN}" \
25
--data "{\"event_type\": \"playwright_tests_python\", \"client_payload\": {\"ref\": \"${GITHUB_SHA}\"}}" \
0 commit comments