Skip to content

Commit

Permalink
fix token name
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jul 1, 2017
1 parent 4d554ef commit baa14ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GITHUB_TOKEN=
GITHUB_AUTH_TOKEN=

2 changes: 1 addition & 1 deletion lib/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const github = new Github({

github.authenticate({
type: 'token',
token: process.env.GITHUB_TOKEN
token: process.env.GITHUB_AUTH_TOKEN
})

module.exports = github

0 comments on commit baa14ce

Please sign in to comment.