Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Create labels using github token #4

Merged
merged 4 commits into from
Aug 16, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Describe how to use token in readme
  • Loading branch information
Euclécio Josias committed Jul 28, 2017
commit 74e337495b32b4ec1cda76565a3f1a80b5c4dea1
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Type your Github username: lucassabreu
Type your Github password (won't be shown):
```

## Using Github Token
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

Or you [install into your machine](#install) and run it directaly setting parameters (or not and it will be asked as shown before):

Usage: `coderockr-way-github-setup -u githubUser -p githubPassword owner/repo`
Expand All @@ -35,4 +38,4 @@ To install into your machine just run the commands bellow, and then use the comm
```sh
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"
chmod a+x /usr/local/bin/coderockr-way-github-setup
```
```