Merge pull request #86 from davehunt/remove-token
Remove use of GitHub read-only token
This commit is contained in:
Коммит
bcd4fc1998
|
@ -9,6 +9,5 @@
|
|||
"https://github.com/mozilla/mozillians-tests",
|
||||
"https://github.com/mozilla-services/services-test",
|
||||
"https://github.com/mozilla/stubattribution-tests"
|
||||
],
|
||||
"api_token": "692aadd2c9789a337c4d3544787f101ad8c35bc7"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ function GithubIssuesAggregator(){
|
|||
}
|
||||
|
||||
var base_url = 'https://api.github.com/repos/';
|
||||
var url_suffix = '/issues?per_page=100&state=open&sort=created&access_token=' + config_data.api_token;
|
||||
var url_suffix = '/issues?per_page=100&state=open&sort=created';
|
||||
|
||||
for(i = 0; i < repos.length; i++){
|
||||
(function(index){
|
||||
|
|
Загрузка…
Ссылка в новой задаче