Skip to content

Commit 7c959c6

Browse files
committed
chore: cleanup
1 parent 3e2ff43 commit 7c959c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/src/config/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class ConfigValidator {
3737
type: "service_account",
3838
projectId: "codedex-io",
3939
privateKeyId: process.env.PRIVATE_KEY_ID!,
40-
privateKey: process.env.PRIVATE_KEY!.replace(/\\n/g, "\n"),
40+
privateKey: process.env.PRIVATE_KEY!,
4141
clientEmail: process.env.CLIENT_EMAIL!,
4242
clientId: process.env.CLIENT_ID!,
4343
authUri: "https://accounts.google.com/o/oauth2/auth",

0 commit comments

Comments
 (0)