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 7b16c9f commit 292c8c5Copy full SHA for 292c8c5
.github/workflows/react-tests-dispatcher.yml
@@ -17,7 +17,7 @@ jobs:
17
curl -X POST \
18
-H "Accept: application/vnd.github.everest-preview+json" \
19
-H "Content-Type: application/json" \
20
- -H "Authorization: token ${{ secrets.WRITE_REACT_DETECTION_RULES_TOKEN }}" \
+ -H "Authorization: token ${{ secrets.WRITE_DETECTION_RULES_REACT_TOKEN }}" \
21
"https://api.github.com/repos/elastic/react/actions/workflows/$REACT_WORKFLOW_ID/dispatches" \
22
-d '{
23
"ref": "github.event.pull_request.base.ref",
@@ -26,4 +26,4 @@ jobs:
26
"pr_id": "${{ github.event.number }}",
27
}
28
}'
29
-
+ return $?
0 commit comments