Vercel CLI Deployment Failing with PNPM in Github Action

I was able to fix it with:

env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}

and configuring a subfolder on the vercel page

3 Likes