From 63690f233b1292c360b3624797130a8f4730d26a Mon Sep 17 00:00:00 2001 From: Maxime Brunet <max@brnt.mx> Date: Tue, 15 Aug 2023 22:06:35 -0700 Subject: [PATCH] docs(github): add "Administation" to required permissions (#23885) --- lib/modules/platform/github/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/modules/platform/github/index.md b/lib/modules/platform/github/index.md index ece572d8bb..1102bb29d8 100644 --- a/lib/modules/platform/github/index.md +++ b/lib/modules/platform/github/index.md @@ -39,6 +39,7 @@ When creating the GitHub App give it the following permissions: | Issues | `read` + `write` | | Pull requests | `read` + `write` | | Workflows | `read` + `write` | +| Administation | `read` | | Dependabot alerts | `read` | | Members | `read` | | Metadata | `read` | -- GitLab