Skip to content

Add Vercel workflow

Add Vercel workflow #2

Workflow file for this run

name: Vercel
on:
pull_request:
push:
branches:
- master
jobs:
deploy-nova:
name: Deploy
uses: penske-media-corp/github-workflows-wordpress/.github/workflows/vercel.yml@main

Check failure on line 12 in .github/workflows/vercel.yml

View workflow run for this annotation

GitHub Actions / Vercel

Invalid workflow file

The workflow is not valid. .github/workflows/vercel.yml (Line: 12, Col: 11): Input VERCEL_PROJECT_ID is required, but not provided while calling. .github/workflows/vercel.yml (Line: 15, Col: 26): Invalid secret, VERCEL_PROJECT_ID is not defined in the referenced workflow.
secrets:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
VERCEL_ORG_SlUG: 'penske-media-corp'
VERCEL_PROJECT_NAME: 'pmc-larva'
WORKING_DIRECTORY: './'