Skip to content

Commit b270499

Browse files
auth
1 parent 18f50c8 commit b270499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Deploy Draft
1414
run: |
15-
gh auth login --with-token ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }}
15+
gh auth login --with-token <<< $GH_TOKEN
1616
echo "${{ env.WORKFLOW_INPUT }}" \
1717
| gh workflow run -R riptano/datastax-docs-site deploy-draft.yml --ref $WORKFLOW_REF --json
1818
sleep 5

0 commit comments

Comments
 (0)