New GitHub App permissions for Actions and Workflows
Vercel's GitHub App adds Actions and Workflows repository permissions to support CI failure diagnostics and automated CI/CD pipeline configuration via the Vercel Agent.
The now requests two additional repository permissions on install: () and ( & ).Vercel GitHub AppActionsWorkflowsreadreadwrite These permissions enable to read workflow run logs to help diagnose CI failures and configure CI workflow files on your behalf. This also allows to create complete, production-ready repositories with configured CI/CD pipelines.
To use these features, .Vercel Agentv0accept the updated permissions in your GitHub organization or account settings For full details on all permissions requested by the Vercel GitHub App, see the .documentation Read more