diff --git a/.github/workflows/dispatch-deploy-draft.yml b/.github/workflows/dispatch-deploy-draft.yml index 5a134ea9..5f3a6ae4 100644 --- a/.github/workflows/dispatch-deploy-draft.yml +++ b/.github/workflows/dispatch-deploy-draft.yml @@ -17,4 +17,3 @@ jobs: repo: datastax-docs-site github_token: ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }} workflow_file_name: deploy-draft.yml - client_payload: '{ "build_repository": "${{ github.event.repository.full_name }}", "build_branch": "${{ github.base_ref }}", "draft_branch": "${{ github.event.pull_request.head.ref }}", "pull_request_number": "${{ github.event.pull_request.number }}" }'