From 6a60520a3eb04bc7aeadaa3b94f3cee2d3d353f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 16 Dec 2024 08:07:52 +0100 Subject: [PATCH] docs: clarify GitHub fine-grained token permissions See #13293 --- docs/admin/config.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/admin/config.rst b/docs/admin/config.rst index d83e2b379c6f..f15ddfa39771 100644 --- a/docs/admin/config.rst +++ b/docs/admin/config.rst @@ -846,7 +846,11 @@ List for credentials for GitHub servers. .. note:: - When creating a fine-grained personal access token, grant read and write access to :guilabel:`Contents` and :guilabel:`Pull requests`. + When creating a fine-grained personal access token, grant read and write + access to :guilabel:`Contents` and :guilabel:`Pull requests`. + + :guilabel:`Administration` might also be necessary for forking a repository + if you intend to use forking and the original repository is not public. .. hint::