Skip to content

Commit d2894c3

Browse files
committed
chore: fix JWK error
1 parent 183fb91 commit d2894c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
3939
github: {
4040
orgToken: '',
4141
},
42-
oauthJwkOne: process.env.OAUTH_JWK_ONE || undefined,
42+
oauthJwkOne: process.env.OAUTH_JWK_ONE || (process.env.TEST ? '' : undefined),
4343
// Upstash Redis for distributed OAuth token refresh locking in production
4444
upstash: {
4545
redisRestUrl: process.env.UPSTASH_KV_REST_API_URL || process.env.KV_REST_API_URL || '',

0 commit comments

Comments
 (0)