Skip to content

cd-lkcore010

cd-lkcore010 #8

Workflow file for this run

name: cd-lkcore010
on:
workflow_dispatch:
inputs:
bal_central_environment:
description: Ballerina Central Environment
type: choice
options:
- STAGE
- DEV
- PROD
required: true
jobs:
build:
uses: ./.github/workflows/build-executor.yml
secrets: inherit
with:
working_dir: ./lkcore010
bal_central_environment: ${{ inputs.bal_central_environment }}