We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5724aba commit c8ef7ceCopy full SHA for c8ef7ce
public/spam-report/spam-report.js
@@ -3,10 +3,7 @@ const fetch = require("node-fetch");
3
4
require('dotenv').config();
5
6
-// Use this one
7
-const GITHUB_TOKEN = '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';
8
-
9
-// Or create your own token
+// If you want to create your own token
10
// Set up a fine-grained personal access token (PAT) with the Juice Shop repository and metadata permission set to read-only
11
// const GITHUB_TOKEN = process.env.GITHUB_TOKEN;
12
0 commit comments