DOC-4449 Astra Streaming audit and remove unnecessary duplications of Serverless content #23
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Draft | |
on: | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
dispatch-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Deploy Draft | |
uses: convictional/[email protected] | |
with: | |
owner: riptano | |
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 }}" }' |