Skip to content

Commit

Permalink
fix: remove bypass signature verif
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 26, 2024
1 parent 29d0771 commit c733634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default createActionsPlugin<PluginSettings, Env, null, SupportedEvents>(
});
},
{
bypassSignatureVerification: true,
logLevel: (process.env.LOG_LEVEL as LogLevel) ?? "info",
settingsSchema: pluginSettingsSchema,
envSchema: envSchema,
Expand Down

0 comments on commit c733634

Please sign in to comment.