Skip to content

Commit 0d8f821

Browse files
committed
update repo
1 parent cc333e8 commit 0d8f821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/fetch-comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fs from 'fs';
33
const GITHUB_TOKEN = process.env.gh_action_token_PAT
44
const DISCUSSION_CATEGORY_NAME = 'General';
55
const REPO_OWNER = 'catcodeme';
6-
const REPO_NAME = 'github-discussion';
6+
const REPO_NAME = 'catcodeme.github.io';
77

88
async function fetchDiscussions() {
99
const response = await fetch('https://api.github.com/graphql', {

0 commit comments

Comments
 (0)