ELSEIF
Your brief EB
382 stories from 111 feeds 401 clusters Refreshed 8 minutes ago next pull 20:52

SECURITY Signal 424

Vercel for Platforms can now deploy from your users' GitHub repositories

Vercel for Platforms now allows deployments from user GitHub repositories by passing a gitAccessToken, removing the need for the Vercel GitHub App.

WHY IT MATTERS

This change reduces friction for platform teams by letting users deploy without installing a GitHub app. However, it shifts security responsibility to the platform, which must issue read-only, scoped tokens that expire within 24 hours. Vercel encrypts the token temporarily and never stores it on the deployment, but the integrator must handle token lifecycle carefully.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Deployments can now be created from a user's GitHub repository by passing a gitAccessToken alongside gitSource.

02

The token should be read-only, scoped to the requested repository, and valid for 24 hours or less.

03

Vercel temporarily stores the token in encrypted form for source retrieval and never stores it on the deployment.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Vercel Vercel for Platforms can now deploy from your users' GitHub repositories Open ↗