Skip to content

🔧 Enable envs check in CI #66

🔧 Enable envs check in CI

🔧 Enable envs check in CI #66

Workflow file for this run

name: Vercel Preview Deployment
on:
push:
branches:
- dev
jobs:
default-example:
uses: ./.github/workflows/preview-common.yaml
secrets: inherit
with:
vercel_project_name: ${{ vars.VERCEL_PROJECT_DEFAULT }}
vercel_scope: ${{ vars.VERCEL_SCOPE }}
upgrade-example:
uses: ./.github/workflows/preview-common.yaml
secrets: inherit
with:
vercel_project_name: ${{ vars.VERCEL_PROJECT_UPGRADE }}
vercel_scope: ${{ vars.VERCEL_SCOPE }}