Skip to content

Dispatch

Dispatch #16

Workflow file for this run

name: "Dispatch"
on:
workflow_dispatch:
inputs:
version:
description: "Version tag"
required: true
type: string
jobs:
test:
name: Test
uses: ./.github/workflows/tests.yml
with:
version: ${{ inputs.version }}
secrets:
eventstore_cloud_id: ${{ secrets.EVENTSTORE_CLOUD_ID }}
tailscale_auth: ${{ secrets.TAILSCALE_AUTH }}