Skip to content

Commit 74e3374

Browse files
author
Euclécio Josias
committed
Describe how to use token in readme
1 parent e7b2f96 commit 74e3374

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Type your Github username: lucassabreu
1717
Type your Github password (won't be shown):
1818
```
1919
20+
## Using Github Token
21+
If you're using github token you must set the environment variable `GITHUB_TOKEN`, then the script will ignore and won't ask for your username and password
22+
2023
Or you [install into your machine](#install) and run it directaly setting parameters (or not and it will be asked as shown before):
2124
2225
Usage: `coderockr-way-github-setup -u githubUser -p githubPassword owner/repo`
@@ -35,4 +38,4 @@ To install into your machine just run the commands bellow, and then use the comm
3538
```sh
3639
curl -sL "https://raw.githubusercontent.com/coderockr/coderockr-way-github-setup/master/coderockr-way-github-setup.bash" -o "/usr/local/bin/coderockr-way-github-setup"
3740
chmod a+x /usr/local/bin/coderockr-way-github-setup
38-
```
41+
```

0 commit comments

Comments
 (0)