Skip to content

Commit c8ef7ce

Browse files
committed
removed my github token
Signed-off-by: Harsh Kumar <[email protected]>
1 parent 5724aba commit c8ef7ce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

public/spam-report/spam-report.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ const fetch = require("node-fetch");
33

44
require('dotenv').config();
55

6-
// Use this one
7-
const GITHUB_TOKEN = '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';
8-
9-
// Or create your own token
6+
// If you want to create your own token
107
// Set up a fine-grained personal access token (PAT) with the Juice Shop repository and metadata permission set to read-only
118
// const GITHUB_TOKEN = process.env.GITHUB_TOKEN;
129

0 commit comments

Comments
 (0)