Skip to content

Commit eee6d53

Browse files
author
Henri Van den Braembussche
committed
api call repo
1 parent 870b372 commit eee6d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/githubWebhook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports= {
2525
{
2626

2727
var options = {
28-
uri: 'https://api.github.com/orgs/lab9k/repos',
28+
uri: 'https://api.github.com/orgs/lab9k/repos?per_page=200',
2929
headers: {
3030
'User-agent':'henrivdb',
3131
Authorization: 'token '+ process.env.GITHUB_PERSONAL_ACCESS_TOKEN,

0 commit comments

Comments
 (0)