-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The first method does not work. The webhook always sends messages in the format of the 2nd Method which the github API rejects because it doesn't match what Github is expecting.
{
"httpStatus": 422,
"responseBody": {
"message": "Invalid request.\n\n\"action\", \"apiVersion\", \"id\", \"prompt\", \"timestamp\", \"type\" are not permitted keys.\n\"event_type\" wasn't supplied.",
"documentation_url": "https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event",
"status": "422"
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working