Skip to content

Commit c10c69a

Browse files
author
praliptarajoo
committed
fix: contributors page
1 parent 9e51b01 commit c10c69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

updateProject.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ async function getUpcomingProjects() {
126126
async function getContributorsList() {
127127
const githubApiUrl = "https://api.github.com/users/mindfiredigital/repos";
128128
const githubToken = process.env.GITHUB_TOKEN;
129+
console.log("my github token", githubToken);
129130

130131
try {
131132
const github_response = await fetch(githubApiUrl, {

0 commit comments

Comments
 (0)