Skip to content

Test Use of Common Cut Release Workflow #47

Test Use of Common Cut Release Workflow

Test Use of Common Cut Release Workflow #47

name: Test Use of Common Cut Release Workflow
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to use'
required: true
default: 'main'
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/cut-release-common.yml@main
with:
branch: main
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-sandbox"
gcp_project_id: "flash-gasket-349320"
token_secret_name: "gke-sandbox-token"
secrets:
DOCKER: ${{ secrets.DOCKER }}
BUILD_ARGS: ''
DOCKER_BUILD_ARGS: ''
KUBE_CONFIG: ${{ secrets.KUBECONFIG_SANDBOX }}
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 }}