We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d8c6c commit 6915d79Copy full SHA for 6915d79
.github/workflows/dispatch-deploy-draft.yml
@@ -15,7 +15,6 @@ jobs:
15
with:
16
owner: riptano
17
repo: datastax-docs-site
18
- github_token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
19
- github_user: ${{ secrets.DISPATCH_GITHUB_USER }}
+ github_token: ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }}
20
workflow_file_name: deploy-draft.yml
21
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 }}" }'
0 commit comments