diff --git a/references/github-permissions.md b/references/github-permissions.md index 0da692ab..4ebc0b14 100644 --- a/references/github-permissions.md +++ b/references/github-permissions.md @@ -8,11 +8,12 @@ Moderne requires a select number of OAuth scopes necessary to help you transform  -| Repositories (public) | Read/write | Create branches, create forks of public projects, and push changesets on your behalf. | -| ----------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------- | -| Organizations and teams | Read-only | Understand the organizations you belong to and your level of access within them. | -| Workflow | Read/write | Recipes that alter GitHub Action workflow files require this permission to make commits to them. | -| Personal user data | Read-only | Recognize your account as a new or returning user. Email and Profile are included by default with OpenID Connect through OAuth. | +| Repositories (public) | Read/write | Create branches, create forks of public repositories, and push changesets on your behalf. | +| ------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Repositories (private) **(optional)** | Read/write |
Create branches, create forks of private repositories, and push changesets on your behalf.
Only enabled if includePrivateRepos=true is set in agent configuration for GitHub. See configure-an-agent-with-github.md for more detail.