Skip to content

Test Use of Common Prod Workflow #2

Test Use of Common Prod Workflow

Test Use of Common Prod Workflow #2

name: Test Use of Common Prod Workflow
on: workflow_dispatch
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-prod-common.yml@main
with:
needs_build: true
build_command: "make go-quai"
needs_docker: false
include_chart: false
cloud_deploy: false
skip_deploy: false
secrets:
GH_PAT: ${{ secrets.GH_PAT }}