Skip to content

Commit dfe4dc8

Browse files
Edit README
1 parent 506d6db commit dfe4dc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This role will deploy/redeploy/uninstall and register/unregister local GitHub Ac
1212

1313
* System must have access to the GitHub.
1414

15-
* The role require Personal Access Token to access the Github Repository. The token has to be a value of `PERSONAL_ACCESS_TOKEN` variable.
15+
* The role require Personal Access Token to access the GitHub. The token has to be a value of `PERSONAL_ACCESS_TOKEN` variable.
1616
Export the token to the local host environment. The token has to have admin rights for the repo.
1717
Personal Access Token for GitHub account can be created [here](https://github.com/settings/tokens).
1818
**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.
@@ -54,10 +54,10 @@ hide_sensitive_logs: yes
5454
# GitHub address
5555
github_server: "https://github.com"
5656

57-
# Personal Access Token for your GitHub account
57+
# Personal Access Token
5858
access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
5959

60-
# GitHub Repository user or Organization owner used for Runner registration
60+
# Account used for Runner registration (GitHub Repository user with admin rights or Organization owner)
6161
# github_account: "youruser"
6262

6363
# Github repository name

0 commit comments

Comments
 (0)