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
readme fix
  • Loading branch information
Euclécio Josias committed Jul 28, 2017
commit 514da33c0c3d4458d01d1b4fc1f6274816f5e198
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ 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 @@ -30,6 +27,10 @@ Usage: `coderockr-way-github-setup -u githubUser -p githubPassword owner/repo`
--verbose, -v Details process
```

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

Install
-------

Expand Down