mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 07:28:31 +00:00
Fixed instructions for adding Webhook under Gitlab (#1737)
The instructions incorrectly asked to visit "Settings->Integrations" , whereas the correct instruction is to visit "Settings->Webhooks". This PR fixes the error.
This commit is contained in:
committed by
GitHub
parent
fe54ddd252
commit
c0faa16f6e
@@ -86,7 +86,7 @@ Take the URL that ngrok output and create a webhook in your GitHub, GitLab or Bi
|
||||
<summary>Expand</summary>
|
||||
<ul>
|
||||
<li>Go to your repo's home page</li>
|
||||
<li>Click <strong>Settings > Integrations</strong> in the sidebar</li>
|
||||
<li>Click <strong>Settings > Webhooks</strong> in the sidebar</li>
|
||||
<li>set <strong>URL</strong> to your ngrok url with <code>/events</code> at the end. Ex. <code>https://c5004d84.ngrok.io/events</code></li>
|
||||
<li>double-check you added <code>/events</code> to the end of your URL.</li>
|
||||
<li>set <strong>Secret Token</strong> to your random string</li>
|
||||
|
||||
Reference in New Issue
Block a user