Thanks to visit codestin.com Credit goes to github.com
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 d3f0599 commit b144e9dCopy full SHA for b144e9d
.github/workflows/stage-pull-request.yml
@@ -42,7 +42,7 @@ jobs:
42
43
echo "Building pull request ${PR_NUMBER}"
44
45
- curl -f -X POST -u ":${{ secrets.NPM_DOCS_TOKEN }}" \
+ curl -f -X POST -u ":${{ secrets.DOCS_STAGING_DISPATCH_TOKEN }}" \
46
-H "Accept: application/vnd.github.everest-preview+json" \
47
-H "Content-Type: application/json" \
48
--data "{ \"event_type\": \"publish_pr\", \"client_payload\": { \"pr_number\":\"$PR_NUMBER\", \"notify\":\"$NOTIFY\" } }" \
0 commit comments