Skip to content

Commit 3296ab0

Browse files
authored
Add note about CM project CI/CD variables configuration (#824)
1 parent c15cd99 commit 3296ab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/gitlab-installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Create a `cm` project (repository) in your GitLab group. This repository must be
6969

7070
Once your gitStream configuration file is set up, you need a GitLab CI configuration file to trigger gitStream automations. Create a `cm` project (repository) in your GitLab group if you haven't already. It should be created in the same group or a parent group of the target repositories. Create a `.gitlab-ci.yml` file in your new `cm` repository's default branch (usually `master` or `main`) and add the following configuration:
7171

72+
!!! note "Variables Access Configuration for CM Project"
73+
In your **CM project/repository only**, ensure that the CI/CD settings have the **Variables** section with the **"Minimum role to use pipeline variables"** setting configured to any value other than **"No one allowed"**. This allows the pipeline in the CM repository to access the necessary variables for gitStream to function properly. You can find this setting under **Settings > CI/CD > Variables** in the CM project.
74+
7275
=== "GitLab-Hosted runners"
7376

7477
**Gitlab-Hosted Runners**

0 commit comments

Comments
 (0)