Skip to content

Commit

Permalink
chore: fixed public kernel key
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 24, 2024
1 parent 398f17e commit ab3539a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ createActionsPlugin<PluginSettings, Env, SupportedEvents>(
envSchema: envSchema,
settingsSchema: pluginSettingsSchema,
logLevel: process.env.LOG_LEVEL || LOG_LEVEL.INFO,
kernelPublicKey: process.env.KERNEL_PUBLIC_KEY,
...(process.env.KERNEL_PUBLIC_KEY && { kernelPublicKey: process.env.KERNEL_PUBLIC_KEY }),
}
).catch(console.error);

0 comments on commit ab3539a

Please sign in to comment.