Skip to content

🌐 Update email verified alert text #68

🌐 Update email verified alert text

🌐 Update email verified alert text #68

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 }}