Skip to content

Commit

Permalink
auth
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 18f50c8 commit b270499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-deploy-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Deploy Draft
run: |
gh auth login --with-token ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }}
gh auth login --with-token <<< $GH_TOKEN
echo "${{ env.WORKFLOW_INPUT }}" \
| gh workflow run -R riptano/datastax-docs-site deploy-draft.yml --ref $WORKFLOW_REF --json
sleep 5
Expand Down

0 comments on commit b270499

Please sign in to comment.