# New GitHub App permissions for Actions and Workflows

DevFeed: [New GitHub App permissions for Actions and Workflows](<https://devfeed.tech/articles/new-github-app-permissions-for-actions-and-workflows-1152.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-github-app-updated-permissions>)

Author: Tom Knickman

Published: 2026-03-17T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [app](<https://devfeed.tech/tags/app.md>), [ci](<https://devfeed.tech/tags/ci.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [github](<https://devfeed.tech/tags/github.md>), [logs](<https://devfeed.tech/tags/logs.md>), [production](<https://devfeed.tech/tags/production.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

The Vercel GitHub App now requests read access to Actions and read/write access to Workflows. These permissions let Vercel Agent diagnose CI failures from workflow logs and configure CI workflow files, while v0 can create repositories with CI/CD pipelines.

## Source excerpt

The Vercel GitHub App now requests two additional repository permissions on install: Actions (read) and Workflows (read & write). These permissions enable 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 create complete, production-ready repositories with configured CI/CD pipelines. To use these features, accept 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