Skip to content

Use a dedicated project access token for leaving comments on upstream commits

This allows:

  • The notify_upstream_commit:* jobs to use a new environment variable that contain dedicated Project access token instead of the default $GITLAB_BOT_MULTI_PROJECT_PIPELINE_POLLING_TOKEN variable which is a @gitlab-bot's personal access token that is abused a lot.

A similar change is made in the gitlab-org/gitlab project at https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66548, and in the gitlab-org/omnibus-gitlab project at https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5487.

The following new project access tokens have been created:

Related to https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/943.

Edited by George Koltsov

Merge request reports