Test Use of Common Patch Workflow #3
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: Test Use of Common Patch Workflow | |
on: workflow_dispatch | |
jobs: | |
call-common-workflow: | |
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-sandbox-common.yml@main | |
with: | |
needs_build: true | |
build_command: "npm run build" | |
needs_docker: true | |
include_chart: true | |
cloud_deploy: true | |
skip_deploy: false | |
update_version: true | |
env: "quai-prod" | |
gcp_project_id: "flash-gasket-349320" | |
token_secret_name: "gke-prod-token" | |
secrets: | |
DOCKER: ${{ secrets.DOCKER }} | |
BUILD_ARGS: '' | |
DOCKER_BUILD_ARGS: '' | |
KUBE_CONFIG: ${{ secrets.KUBECONFIG_PROD }} | |
GH_PAT: ${{ secrets.GH_PAT }} | |
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY2 }} | |
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }} | |
GH_GCP_TOKEN: ${{ secrets.GH_GCP_TOKEN }} |