We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999c4a8 commit d2b27ceCopy full SHA for d2b27ce
src/test_config.js
@@ -0,0 +1,14 @@
1
+// Modify this file to run index.js locally and not as a GitHub Action.
2
+
3
+module.exports = {
4
+ GITHUB_TOKEN: null,
5
+ // Form of "<owner>/<repo_name>"
6
+ GITHUB_REPO: null,
7
8
+ LEETCODE_CSRF_TOKEN: null,
9
+ LEETCODE_SESSION: null,
10
11
+ // These parameters are optional and have default values.
12
+ FILTER_DUPLICATE_SECS: 86400,
13
+ DESTINATION_FOLDER: null,
14
+}
0 commit comments