Updated GitHub App Permissions

1 min read

The Vercel GitHub App now requests two additional repository permissions on install: Actions (read) and Workflows (read & write).

These permissions enable the Vercel Agent to read workflow run logs to help diagnose CI failures and configure CI workflow files on your behalf. This also allows v0 to more effectively create complete, production-ready repositories with properly configured CI/CD pipelines. To take advantage of these features, you'll need to accept the updated permissions in your GitHub organization or account settings.

For full details on all permissions requested by the Vercel GitHub App, check out the documentation.