chore: update secret for staging pull requests
nlf committed
May 10, 2022 at 10:24 UTC
b144e9d5d03552ce71df2d59604a832dbe49357f
1 file changed
+1
-1
.github/workflows/stage-pull-request.yml
+1
-1
@@ -42,7 +42,7 @@ jobs:
42
43
echo "Building pull request ${PR_NUMBER}"
44
45
- curl -f -X POST -u ":${{ secrets.NPM_DOCS_TOKEN }}" \
45
+ 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\" } }" \