Skip to content

manual-test-kgw

manual-test-kgw #7

# manual-test-kgw.yaml run kgw-test with manual inputs: kwil-db-branch and kgw-branch.
name: manual-test-kgw
on:
workflow_dispatch:
inputs:
kdb-branch:
description: 'kwil-db branch to be tested'
required: true
type: string
kgw-branch:
description: 'kgw branch to be tested'
required: true
type: string
jobs:
kgw-test-manual:
name: Run manual KGW test
uses: ./.github/workflows/kgw-test-reuse.yaml
with:
kdb-branch: ${{ github.event.inputs.kdb-branch }}
kgw-branch: ${{ github.event.inputs.kgw-branch }}
secrets:
kgw-access-token: ${{ secrets.KGW_MACH_SECRET_FOR_KWILDB }}