From 4f9800f240df877f411bd69b8ae139cc29349e76 Mon Sep 17 00:00:00 2001 From: xingdu <27125268+lzx1026078111@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:18:39 +0800 Subject: [PATCH] Update scopes-for-oauth-apps.md add manage_runners:org permssion description --- .../apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md index 0c032a720d59..a5af38ff6da3 100644 --- a/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps.md @@ -55,6 +55,7 @@ Name | Description **`admin:org`** | Fully manage the organization and its teams, projects, and memberships.  `write:org`| Read and write access to organization membership and organization projects.  `read:org`| Read-only access to organization membership, organization projects, and team membership. + `manage_runners:org`| Gives full control over self-hosted runners and runner groups within the organization. **`admin:public_key`** | Fully manage public keys.  `write:public_key`| Create, list, and view details for public keys.  `read:public_key`| List and view details for public keys.