Skip to content

Test Use of Common Cut Release Workflow #3

Test Use of Common Cut Release Workflow

Test Use of Common Cut Release Workflow #3

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

Check failure on line 11 in .github/workflows/test-remote-cut-workflow.yml

View workflow run for this annotation

GitHub Actions / Test Use of Common Cut Release Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/test-remote-cut-workflow.yml (Line: 11, Col: 11): Secret DOCKER is required, but not provided while calling. .github/workflows/test-remote-cut-workflow.yml (Line: 11, Col: 11): Secret KUBE_CONFIG is required, but not provided while calling.
with:
branch: main
needs_build: true
build_command: "make go-quai"
needs_docker: false
include_chart: false
cloud_deploy: false
skip_deploy: true
secrets:
GH_PAT: ${{ secrets.GH_PAT }}