diff --git a/website/docs/docs/workshops/ci-cd/set-up-ci/04_configure_webhook.md b/website/docs/docs/workshops/ci-cd/set-up-ci/04_configure_webhook.md index 1c466349..a58da36b 100644 --- a/website/docs/docs/workshops/ci-cd/set-up-ci/04_configure_webhook.md +++ b/website/docs/docs/workshops/ci-cd/set-up-ci/04_configure_webhook.md @@ -64,7 +64,7 @@ The PactFlow webhook will need a Github access token to be able to trigger the b ```bash Content-Type: application/json - Accept: Accept: application/vnd.github.everest-preview+json + Accept: application/vnd.github.everest-preview+json Authorization: Bearer ${user.githubToken} ```