From a935803c92b9dcd9513e1d40a425253dc3ec64b2 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 11 Jul 2024 13:04:59 +0200 Subject: [PATCH] be more explicit --- docs/reference/token-scopes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/token-scopes.md b/docs/reference/token-scopes.md index f588597ba..ed6973548 100644 --- a/docs/reference/token-scopes.md +++ b/docs/reference/token-scopes.md @@ -16,7 +16,7 @@ Organisation: Repository: -- Actions: read (required when COS integration is enabled) +- Actions: read (required if COS integration is enabled and private repositories exist) - Administration: read - Contents: read - Pull requests: read @@ -26,7 +26,7 @@ Repository: The following are the permissions scopes required for the GitHub runners when registering as an repository runner. -- Actions: read (required when COS integration is enabled) +- Actions: read (required if COS integration is enabled and the repository is private) - Administration: read & write - Contents: read - Metadata: read