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:
parent
a6d32589d8
commit
6103508c2a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue