You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Receives GitHub webhook events via HTTP, verifies HMAC-SHA256 signatures, and publishes normalised GitEvent messages to a configurable topic.",
18
18
ConfigFields: []sdk.ConfigField{
19
+
{
20
+
Name: "provider",
21
+
Type: "string",
22
+
Description: "Webhook provider identifier. Accepted for backward compatibility; the module always publishes events with provider 'github'.",
{"key": "run_id", "type": "number", "description": "Workflow run ID (integer or template expression e.g. {{.steps.trigger.run_id}})", "required": true},
61
+
{"key": "run_id", "type": "string", "description": "Workflow run ID (numeric literal or template expression e.g. {{.steps.trigger_step.run_id}})", "required": true},
{"key": "release_id", "type": "number", "description": "Release ID (integer or template expression e.g. {{.steps.create_release.release_id}})", "required": true},
252
+
{"key": "release_id", "type": "string", "description": "Release ID (numeric literal or template expression e.g. {{.steps.create_release.release_id}})", "required": true},
253
253
{"key": "file", "type": "filepath", "description": "Local path to the file to upload", "required": true},
254
254
{"key": "name", "type": "string", "description": "Display name for the release asset"},
0 commit comments