diff --git a/.github/workflows/dispatch-baremetal.yml b/.github/workflows/dispatch-baremetal.yml index 84bf19fe1f..82b5f78f2c 100644 --- a/.github/workflows/dispatch-baremetal.yml +++ b/.github/workflows/dispatch-baremetal.yml @@ -22,6 +22,17 @@ on: options: - paseo - westend + instance: + description: 'Instance' + required: true + default: '' + type: choice + options: + - hetzner-gossamer-westend + - hetzner-gossamer-paseo + - hetzner-gossamer-westend-2 + - hetzner-gossamer-paseo-2 + - hetzner-gossamer-polkadot gossamerStartArgs: description: 'Arguments' required: false @@ -50,6 +61,7 @@ jobs: "commit": "${{ github.event.inputs.commit }}", "nodeType": "${{ github.event.inputs.nodeType }}", "chain": "${{ github.event.inputs.chain }}", + "instance": "${{ github.event.inputs.instance }}", "gossamerStartArgs": "${{ github.event.inputs.gossamerStartArgs }}" } }