Skip to content

Commit

Permalink
Update dispatch.yml (#9747)
Browse files Browse the repository at this point in the history
  • Loading branch information
shczhen authored Jul 27, 2022
1 parent c9f888d commit 2beb50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
curl \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.PR_TRIGGER_BUILD_TOKEN }}" \
-H "Authorization: token ${{ secrets.DOCS_STAGING }}" \
https://api.github.com/repos/pingcap/docs-staging/actions/workflows/update.yml/dispatches \
-d '{"ref":"main","inputs":{"full": "false", "repo":"${{ github.repository }}","branch":"${{ github.ref_name }}"}}'

0 comments on commit 2beb50e

Please sign in to comment.