I'm trying to create a webhook via AWS CodeBuild and this is the error I receive.
I've also tried creating the webhook via AWS CLI using the following command:
aws codebuild create-webhook --project-name myClassifiedProjectName
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?