Skip to content

Commit

Permalink
remove: 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 638f272 commit 386448d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scraper-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
path: |
data
contributors
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions scripts/generateNewContributors.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
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 386448d

Please sign in to comment.