You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This role will deploy/redeploy/uninstall and register/unregister local GitHub Ac
12
12
13
13
* System must have access to the GitHub.
14
14
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.
16
16
Export the token to the local host environment. The token has to have admin rights for the repo.
17
17
Personal Access Token for GitHub account can be created [here](https://github.com/settings/tokens).
18
18
**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.
0 commit comments