
from vercel-github-actions-deploy-skills26
Generates GitHub Actions workflow to deploy Vercel projects on the free Hobby plan by overriding commit author in CI; includes examples for bun/npm/pnpm and sec
This skill provides a ready-to-use workflow and documentation to deploy Vercel projects from GitHub Actions while working around Hobby-plan restrictions that tie deploys to the account owner. It automates generation of the workflow YAML (examples for Bun, npm, pnpm) and documents required secrets and manual steps (VERCEL_TOKEN, ORG/PROJECT IDs, DEPLOY_NAME/EMAIL). The action rewrites the git author in the disposable CI runner, runs vercel pull/build/deploy, and leaves repo history untouched.
Use this skill when a team wants teammates to trigger production or preview deploys from GitHub Actions without upgrading to Vercel Pro. Also useful when you need consistent CI-driven deploys, or want to centralise deploys via Actions instead of Vercel's Git integration. Not suitable if you cannot add required Vercel tokens or lack access to project/org IDs.
examples/) for Bun/npm/pnpm and a detailed README-style SKILL.md.npx vercel link to obtain org/project IDs, add GitHub secrets, and copy the appropriate workflow to .github/workflows/deploy.yml. Also covers preview deploy config, monorepo notes, and FAQ.Useful for CI/CD automation agents and developer assistants that can create workflow files or edit repos (e.g., GitHub Copilot, CI/CD scripts).
This skill has not been reviewed by our automated audit pipeline yet.