Skip to content

Commit 7c78533

Browse files
committed
update token
1 parent 0d8f821 commit 7c78533

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
@@ -1,6 +1,6 @@
11
import fs from 'fs';
22

3-
const GITHUB_TOKEN = process.env.gh_action_token_PAT
3+
const GITHUB_TOKEN = process.env.GITHUB_TOKEN_READ
44
const DISCUSSION_CATEGORY_NAME = 'General';
55
const REPO_OWNER = 'catcodeme';
66
const REPO_NAME = 'catcodeme.github.io';

0 commit comments

Comments
 (0)