Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.
Open
Changes from all commits
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
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,19 @@ Two requirements
Creds for github
------

Create your own oAuth token here with "public_repo" access
Follow this link and create your own oAuth token here with "public_repo" access

https://github.com/settings/tokens

You can use your token to authenticate with github either via a local `creds.json` file
or via an `ENV` variable:

### a) via `creds.json`

`creds.json` (root folder)
Create a `creds.json` in the root of the project with the following content:

```
{type:"oauth", token:"<token>"}
{"type": "oauth", "token": "<token>"}
```

### b) via ENVs
Expand Down