From 1f82032fe3afc1fc1739635b094a63d3d4f70b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20de=20Pedro=20L=C3=B3pez?= Date: Fri, 13 Nov 2020 01:36:22 +0100 Subject: [PATCH] Improvements in the documentation for permissions and replication (#175) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a9dbdb00..fbcb9ffc 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,11 @@ $ kubectl create secret generic controller-manager \ --from-file=github_app_private_key=${PRIVATE_KEY_FILE_PATH} ``` +The permissions required are: +- Repository: Administration (read/write) +- Repository: Actions (read) +- Organization: Self-hosted runners (read/write) + ### Using Personal Access Token From an account that has `admin` privileges for the repository, create a [personal access token](https://github.com/settings/tokens) with `repo` scope. This token is used to register a self-hosted runner by *actions-runner-controller*.