This is a cross reference from the community community circleci.
When I first follow the GitHub project from within CircleCI, it creates a webhook for me inside GitHub. After an unfollowing GitHub project in CircleCI, the webhook is deleted (as expected).
When I fix the project in CircleCI, I see that the new CircleCI deployment key is added to the GitHub project, however the new webhook is not added again. I tried to recreate the webhook manually in GitHub, but not sure what to add to the secret.
Payload URL: https://circleci.com/hooks/github
Secret:
Does anyone know if there is any documentation and / or settings in the CircleCI toolbar where to get it?
source
share