Skip to content

Commit 33fb37e

Browse files
Update draft dispatch workflow to use managed PAT (#152)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9b7a987 commit 33fb37e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dispatch-deploy-draft.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
owner: riptano
1717
repo: datastax-docs-site
18-
github_token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
19-
github_user: ${{ secrets.DISPATCH_GITHUB_USER }}
18+
github_token: ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }}
2019
workflow_file_name: deploy-draft.yml
2120
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

Comments
 (0)