Init
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
name: "Signed Webhook Sender"
|
||||
description: "Send a JSON webhook signed with HMAC SHA-256"
|
||||
author: "Oryfox"
|
||||
|
||||
inputs:
|
||||
url:
|
||||
description: "Webhook endpoint URL"
|
||||
required: true
|
||||
|
||||
secret:
|
||||
description: "HMAC secret"
|
||||
required: true
|
||||
|
||||
payload:
|
||||
description: "JSON payload string"
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "node24"
|
||||
main: "index.js"
|
||||
Reference in New Issue
Block a user