I am trying to create a webhook via AWS CodeBuild and this is the error I get.
I also tried to create a webhook via the AWS CLI using the following command:
aws codebuild create-webhook
And I get the same error:
An error occurred (OAuthProviderException) when calling the CreateWebhook operation: Unable to create webhook at this time. Please try again later.
Any suggestions?
source
share