mozilla / build.webmaker.org

Source behind MoFo's project tracking site
https://build.webmaker.org
Mozilla Public License 2.0
7 stars 16 forks source link

How did this ever work #90

Closed jbuck closed 9 years ago

jbuck commented 9 years ago

@adamlofting This should fix https://github.com/MozillaFoundation/mofo-devops/issues/152

r?

adamlofting commented 9 years ago

We need to make the same fix to issues.js:

var github = new Github({
  client: secrets.github.clientID,
  secret: secrets.github.clientSecret,
  token: secrets.github.token
});

And then it's an R+ :+1: