Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/triggers/index.md')
-rw-r--r--doc/ci/triggers/index.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ci/triggers/index.md b/doc/ci/triggers/index.md
index 393b128c658..b9e5dd87b24 100644
--- a/doc/ci/triggers/index.md
+++ b/doc/ci/triggers/index.md
@@ -187,7 +187,12 @@ In pipelines triggered with a trigger token, jobs are labeled as `triggered` in
## Troubleshooting
-### `404 not found` when triggering a pipeline
+### `403 Forbidden` when you trigger a pipeline with a webhook
+
+When you trigger a pipeline with a webhook, the API might return a `{"message":"403 Forbidden"}` response.
+To avoid trigger loops, do not use [pipeline events](../../user/project/integrations/webhook_events.md#pipeline-events) to trigger pipelines.
+
+### `404 Not Found` when triggering a pipeline
A response of `{"message":"404 Not Found"}` when triggering a pipeline might be caused
by using a [personal access token](../../user/profile/personal_access_tokens.md)