We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f018b commit 69868e1Copy full SHA for 69868e1
1 file changed
models/configuration.ts
@@ -20,8 +20,7 @@ export const LARK_API_HOST = `${API_Host}/api/Lark/`;
20
21
export const ProxyBaseURL = 'https://bazaar.fcc-cd.dev/proxy';
22
23
-export const GithubToken =
24
- (globalThis.document && parseCookie().token) || process.env.GITHUB_TOKEN;
+export const GithubToken = (globalThis.document && parseCookie().token) || process.env.GH_PAT;
25
26
export const LarkAppMeta = {
27
host: process.env.NEXT_PUBLIC_LARK_API_HOST,
0 commit comments