Skip to content

feat: add disableNext to turnstile widget #63

feat: add disableNext to turnstile widget

feat: add disableNext to turnstile widget #63

Workflow file for this run

name: Deploy Admin
on:
workflow_dispatch:
inputs:
environment:
description: "Choose an environment to deploy to"
type: choice
options:
- staging
- production
required: true
default: "production"
push:
branches:
- main
- xyz
jobs:
deploy:
uses: ./.github/workflows/deploy-worker.yaml
with:
app_name: admin
wrangler_toml_var: ADMIN_WRANGLER_TOML
secrets: inherit