Skip to content

Use a dedicated `gitlab-docs` pipeline trigger to deploy documentation Review App

What does this MR do?

Using the CI_JOB_TOKEN to trigger the downstream pipeline prevents people that don't have permission to merge into gitlab-docs's default branch, to successfully trigger gitlab-docs pipelines.

By using a dedicated pipeline trigger instead, it should solve that (at the expense of loosing the "multi-pipeline" link in the UI).

This fix is needed to work around what's described in #24585.

Example successful job: https://gitlab.com/gitlab-org/gitlab/-/jobs/1142600051

Solves #326341 (closed).

Edited by Rémy Coutable

Merge request reports