Skip to content

πŸ“ˆ Add anonymous important events tracking #69

πŸ“ˆ Add anonymous important events tracking

πŸ“ˆ Add anonymous important events tracking #69

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