Skip to content

Commit af718d7

Browse files
committed
Merge pull request github#475 from rafael/master
Issue with acitvity script.
2 parents c63d482 + d6f265f commit af718d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/github-activity.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
# Configuration:
99
# HUBOT_GITHUB_TOKEN
10+
# HUBOT_GITHUB_USER
1011
#
1112
# Commands:
1213
# hubot repo show <repo> - shows activity of repository
@@ -20,7 +21,6 @@ module.exports = (robot) ->
2021
github = require("githubot")(robot)
2122
robot.respond /repo show (.*)$/i, (msg) ->
2223
repo = github.qualified_repo msg.match[1]
23-
oauth_token = process.env.HUBOT_GITHUB_TOKEN
2424
url = "https://api.github.com/repos/#{repo}/commits"
2525

2626
github.get url, (commits) ->

0 commit comments

Comments
 (0)