We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc333e8 commit 0d8f821Copy full SHA for 0d8f821
1 file changed
src/scripts/fetch-comments.js
@@ -3,7 +3,7 @@ import fs from 'fs';
3
const GITHUB_TOKEN = process.env.gh_action_token_PAT
4
const DISCUSSION_CATEGORY_NAME = 'General';
5
const REPO_OWNER = 'catcodeme';
6
-const REPO_NAME = 'github-discussion';
+const REPO_NAME = 'catcodeme.github.io';
7
8
async function fetchDiscussions() {
9
const response = await fetch('https://api.github.com/graphql', {
0 commit comments