diff --git a/website/docs/pact_broker/webhooks/template_library.md b/website/docs/pact_broker/webhooks/template_library.md index 29c70c9c..b361ea7a 100644 --- a/website/docs/pact_broker/webhooks/template_library.md +++ b/website/docs/pact_broker/webhooks/template_library.md @@ -24,7 +24,7 @@ Trigger a build in GitHub using the repository_dispatch event. "headers": { "Content-Type": "application/json", "Accept": "application/vnd.github.everest-preview+json", - "Authorization": "Bearer ${user.GithubToken}" + "Authorization": "Bearer " }, "body": { "event_type": "contract_requiring_verification_published", @@ -70,7 +70,7 @@ Trigger a build in GitHub using the repository_dispatch event. "headers": { "Content-Type": "application/json", "Accept": "application/vnd.github.everest-preview+json", - "Authorization": "Bearer ${user.GithubToken}" + "Authorization": "Bearer " }, "body": { "event_type": "pact_changed",