From 1c41a0d9aebe5889faf9f3aa5112b4b5685a402b Mon Sep 17 00:00:00 2001
From: danielspeicher <daniel.speicher@lakedrops.com>
Date: Sun, 19 May 2024 13:12:46 +0000
Subject: [PATCH] Review for
 https://www.drupal.org/project/gitlab_templates/issues/3447810

---
 private-modules.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/private-modules.yml b/private-modules.yml
index 52a103d..af3244d 100644
--- a/private-modules.yml
+++ b/private-modules.yml
@@ -17,7 +17,7 @@ include:
       - if: $CI_COMMIT_TAG
         when: never
       - if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH =~ "/^feature\/.*/"
-  - remote: https://git.drupalcode.org/${_GITLAB_TEMPLATES_REPO}/-/raw/${_GITLAB_TEMPLATES_REF}/includes/include.drupalci.variables.yml
+  - remote: https://git.drupalcode.org/issue/gitlab_templates-3447810/-/raw/3447810-include-hidden-variables-via-https-remote/includes/include.drupalci.variables.yml
     rules:
       - if: $CI_PIPELINE_SOURCE == "merge_request_event"
         when: never
-- 
GitLab