From a480be61a37d662d577431a05c9f34410cc477b1 Mon Sep 17 00:00:00 2001 From: mohamed Date: Wed, 13 Nov 2024 12:39:22 +0000 Subject: [PATCH] remove line --- .../actions/verify-webhook/examples/basic-example.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/traffic-policy/actions/verify-webhook/examples/basic-example.mdx b/traffic-policy/actions/verify-webhook/examples/basic-example.mdx index dac5163bb..c61c0400f 100644 --- a/traffic-policy/actions/verify-webhook/examples/basic-example.mdx +++ b/traffic-policy/actions/verify-webhook/examples/basic-example.mdx @@ -45,8 +45,6 @@ ngrok http 8080 --url gitlab-webhook-example.ngrok.io --traffic-policy-file /pat ```shell $ curl --location --request POST 'https://gitlab-webhook-example.ngrok.io/' \ --header 'X-Gitlab-Token: secret!' -agent webhooks pog% - ... > POST / HTTP/2 > Host: gitlab-webhook-example.ngrok.io > User-Agent: curl/[version] @@ -54,7 +52,6 @@ agent webhooks pog% > X-Gitlab-Token: secret! ... ``` - This request will first be processed by the Verify Webhook action. If the GitLab webhook verification is successful, ngrok will return a 200 OK response with the message GitLab webhook verified. ```shell