Skip to content

Commit b144e9d

Browse files
committed
chore: update secret for staging pull requests
1 parent d3f0599 commit b144e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
echo "Building pull request ${PR_NUMBER}"
4444
45-
curl -f -X POST -u ":${{ secrets.NPM_DOCS_TOKEN }}" \
45+
curl -f -X POST -u ":${{ secrets.DOCS_STAGING_DISPATCH_TOKEN }}" \
4646
-H "Accept: application/vnd.github.everest-preview+json" \
4747
-H "Content-Type: application/json" \
4848
--data "{ \"event_type\": \"publish_pr\", \"client_payload\": { \"pr_number\":\"$PR_NUMBER\", \"notify\":\"$NOTIFY\" } }" \

0 commit comments

Comments
 (0)