Skip to content

Commit e7bee63

Browse files
committed
Update GitHub token readme section
1 parent fb28942 commit e7bee63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ It supports both, Organization and Repository Runners.
1414
* System must have access to the GitHub.
1515

1616
* The role require Personal Access Token to access the GitHub. The token has to be a value of `PERSONAL_ACCESS_TOKEN` variable.
17-
Export the token to the local host environment. The token has to have admin rights for the repo.
17+
Export the token to the local host environment.
18+
> The token must have the `repo` scope (when creating a repo runner) or the `admin:org` scope (when creating a runner for an organization).
1819
Personal Access Token for GitHub account can be created [here](https://github.com/settings/tokens).
19-
**Note:** Never store you personal access token in the GitHub repository. Use [GitHub Secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) or some different secrets service.
20+
21+
> :warning: **Never** store you personal access token in the GitHub repository. Use [GitHub Secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) or some different secrets service.
2022
2123
* Runner user has to be pre-created.
2224
Recommended role: `monolithprojects.user_management`

0 commit comments

Comments
 (0)