_setup-github-deploy

Configure GitHub Actions workflows and secrets for Vercel deployments.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill setup-github-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _setup-github-deploy
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_setup-github-deploy
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill setup-github-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vercel, gh, and includes scripts (resource) components.

What problem does it solve?

This skill removes the need for individual Vercel seats for every project collaborator by migrating deployment management to GitHub Actions, ensuring seamless team collaboration without additional costs.

Core Features & Use Cases

  • Automated CI/CD: Configures GitHub Actions to handle Vercel deployments automatically on every push.
  • Secret Management: Securely integrates Vercel tokens and project identifiers into GitHub Secrets.
  • Use Case: When adding a new developer to a project, use this skill to enable them to trigger deployments directly from GitHub, bypassing the need for them to have their own Vercel account or manual deployment permissions.

Quick Start

Run the setup github deploy skill to configure automated deployment workflows for the current project.

Frequently Asked Questions about _setup-github-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Vercel deployments via GitHub Actions?

Automating Vercel deployments via GitHub Actions involves configuring workflow files to trigger infrastructure changes on every push and securely storing Vercel tokens in GitHub Secrets. This transition bypasses native Vercel Git integration to manage deployments directly within your repository.

Why migrate from native Vercel Git integration to a GitHub Actions CI/CD pipeline?

Migrating to a GitHub Actions CI/CD pipeline removes the need to purchase individual Vercel seats for every project collaborator. It enables team members to trigger deployments directly from GitHub without requiring their own Vercel account or manual deployment permissions.

Do I need Node.js and CLI tools to set up GitHub Actions for Vercel?

Yes, you need Node.js, Vercel CLI, and GitHub CLI installed to set up GitHub Actions for Vercel. These dependencies are required to authenticate your accounts, manage project identifiers, and deploy infrastructure changes through the automated workflow.

How are Vercel tokens managed when configuring deployments through GitHub Actions?

Vercel tokens and project identifiers are managed as GitHub Secrets. The setup process securely integrates these credentials into your repository configuration, ensuring the GitHub Actions workflow can authenticate with Vercel without exposing sensitive information.

Can I use GitHub Actions for Vercel deployments on collaborative projects?

Yes, using GitHub Actions for Vercel deployments is designed specifically for collaborative projects. It allows new developers to trigger deployments directly from GitHub, bypassing individual Vercel account requirements and ensuring seamless team collaboration without additional costs.