Skip to main content

Turborepo and Vercel Remote Cache now support OpenID Connect (OIDC)

By Steven Van ·

You can now exchange OIDC tokens from CI/CD workflows, including GitHub workflows, for short-lived Turborepo access tokens.

CI/CD workflows, including GitHub workflows, can now exchange OIDC tokens for short-lived Turborepo access tokens to authenticate with Vercel's Remote Cache, replacing long-lived Personal Access Tokens. The tokens are short-lived, scoped only to Remote Cache access, and tied to the team rather than an individual member.

Vercel recommends all customers migrate their CI/CD workflows from PATs to OIDC. To get started, add a Turborepo OIDC policy under Settings → Build and Deployment → OIDC Policies for CLI Access.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Turborepo and Vercel Remote Cache now support OpenID Connect (OIDC) on Creators Toolbox