From 200ddd887df57282d4a7fa98bf62ee67eaa6ec92 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Fri, 12 Jul 2024 19:52:04 +0200 Subject: [PATCH] Update token docs to include Actions: read (#319) * update token docs to include Actions: read * be more explicit --- docs/reference/token-scopes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/token-scopes.md b/docs/reference/token-scopes.md index e77072680..ed6973548 100644 --- a/docs/reference/token-scopes.md +++ b/docs/reference/token-scopes.md @@ -16,6 +16,7 @@ Organisation: Repository: +- Actions: read (required if COS integration is enabled and private repositories exist) - Administration: read - Contents: read - Pull requests: read @@ -25,6 +26,7 @@ Repository: The following are the permissions scopes required for the GitHub runners when registering as an repository runner. +- Actions: read (required if COS integration is enabled and the repository is private) - Administration: read & write - Contents: read - Metadata: read