1
0
Fork 0
mirror of https://github.com/bayandin/awesome-awesomeness.git synced 2025-04-07 17:22:55 -04:00

Update Dangerfile

This commit is contained in:
Miguel Piedrafita 2016-12-06 10:23:16 +01:00 committed by GitHub
parent a6d32589d8
commit 6103508c2a

View file

@ -32,7 +32,7 @@ if has_readme_changes
require 'rubygems'
require 'json'
require 'octokit'
client = Octokit::Client.new(:access_token => GITHUB_DANGER_API_TOKEN)
client = Octokit::Client.new(:access_token => DANGER_GITHUB_API_TOKEN)
user = client.user
user.login
data = JSON.parse(json)