Skip to content

Commit

Permalink
dotenv used in generateNewContrbutors.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dgparmar14 committed Jun 27, 2024
1 parent 8675c01 commit 638f272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generateNewContributors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const fs = require("fs");
const { join } = require("path");
const dotenv = require("dotenv");
dotenv.config();

function generateContent(name, github) {
return `---
Expand Down

0 comments on commit 638f272

Please sign in to comment.