Skip to content

Commit

Permalink
Show all contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Mar 6, 2021
1 parent 15ad273 commit dab5811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/getGitHubContributors.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global fetch */

const { GITHUB_TOKEN } = process.env
const GITHUB_API_ENDPOINT = 'https://api.github.com/repos/midudev/covid-vacuna/contributors'
const GITHUB_API_ENDPOINT = 'https://api.github.com/repos/midudev/covid-vacuna/contributors?per_page=100'
const headers = {
Authorization: `token ${GITHUB_TOKEN}`
}
Expand Down

0 comments on commit dab5811

Please sign in to comment.