We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061defe commit aaa9d16Copy full SHA for aaa9d16
apps/sim/lib/webhooks/processor.ts
@@ -709,7 +709,7 @@ export async function verifyProviderAuth(
709
}
710
711
if (foundWebhook.provider === 'confluence') {
712
- const secret = providerConfig.secret as string | undefined
+ const secret = providerConfig.webhookSecret as string | undefined
713
714
if (secret) {
715
const signature = request.headers.get('X-Hub-Signature')
0 commit comments