Skip to content

Test Use of Common Cut Release Workflow #24

Test Use of Common Cut Release Workflow

Test Use of Common Cut Release Workflow #24

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: true
update_version: true
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY2 }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}