Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS codepipe webhooks

After creating aws codepipeline, am getting error like

Could not register webhook . The webhook was created, and your pipeline was updated, but the webhook could not be registered with GitHub. Wait a few minutes and then try again. If the problem continues, contact your AWS administrator or AWS Support. Failed on the following operation: RegisterWebhookWithThirdParty. The following message contains details on the exception: Webhook could not be registered with GitHub. Error cause: Not found [StatusCode: 404, Body: {"message":"Not Found","documentation_url":"https://developer.github.com/v3/repos/hooks/#create-a-hook"}]

Does anyone have idea about this issues? Thanks in advance

like image 562
simbu Avatar asked Apr 25 '19 10:04

simbu


1 Answers

You can create a webhook only when you have admin access to bitbucket/github.Try creating a webhook from an admin account.That should solve your problem.

like image 167
Shubham Chopra Avatar answered Oct 18 '22 21:10

Shubham Chopra