Skip to content

Commit

Permalink
chore(repo): Run integration:sessions against prod Clerk apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jul 23, 2024
1 parent 97b1c71 commit ccb89ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/tests/sessions/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { appConfigs } from '../../presets';
export const getEnvForMultiAppInstance = (envKey: string) => {
return appConfigs.envs.base
.clone()
.setEnvVariable('private', 'CLERK_API_URL', 'https://api.clerkstage.dev')
.setEnvVariable('private', 'CLERK_SECRET_KEY', appConfigs.secrets.instanceKeys.get(envKey).sk)
.setEnvVariable('public', 'CLERK_PUBLISHABLE_KEY', appConfigs.secrets.instanceKeys.get(envKey).pk);
};
Expand Down

0 comments on commit ccb89ed

Please sign in to comment.