Skip to content

fix: fix table view options button #77

fix: fix table view options button

fix: fix table view options button #77

Workflow file for this run

name: Deploy Link
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: link
wrangler_toml_var: LINK_WRANGLER_TOML
secrets: inherit