chore: Use webhook secret key for new entry trigger
This commit is contained in:
@@ -72,7 +72,7 @@ export default defineTrigger({
|
|||||||
const subscriptionPayload = {
|
const subscriptionPayload = {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
url: $.webhookUrl,
|
url: $.webhookUrl,
|
||||||
secret: appConfig.appSecretKey,
|
secret: appConfig.webhookSecretKey,
|
||||||
};
|
};
|
||||||
|
|
||||||
await $.http.put(
|
await $.http.put(
|
||||||
|
Reference in New Issue
Block a user