Skip to content

feat: move OAUTH_GOOGLE from .dev.vars to .env #54

feat: move OAUTH_GOOGLE from .dev.vars to .env

feat: move OAUTH_GOOGLE from .dev.vars to .env #54

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