Improvements in the documentation for permissions and replication (#175)

This commit is contained in:
Javier de Pedro López
2020-11-13 01:36:22 +01:00
committed by GitHub
parent 5b2272d80a
commit 1f82032fe3

View File

@@ -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*.