We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8f821 commit 7c78533Copy full SHA for 7c78533
1 file changed
src/scripts/fetch-comments.js
@@ -1,6 +1,6 @@
1
import fs from 'fs';
2
3
-const GITHUB_TOKEN = process.env.gh_action_token_PAT
+const GITHUB_TOKEN = process.env.GITHUB_TOKEN_READ
4
const DISCUSSION_CATEGORY_NAME = 'General';
5
const REPO_OWNER = 'catcodeme';
6
const REPO_NAME = 'catcodeme.github.io';
0 commit comments