Skip to content

Production release (#16) #11

Production release (#16)

Production release (#16) #11

Workflow file for this run

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

Check failure on line 19 in .github/workflows/production.yaml

View workflow run for this annotation

GitHub Actions / Vercel Production Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/production.yaml (Line: 19, Col: 34): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.VERCEL_PROJECT_UPGRADE
vercel_scope: ${{ vars.VERCEL_SCOPE }}