From 79b262d6e75ad3ad7c2522a490446c4b72dc6232 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 12 Jul 2025 19:01:01 +0300 Subject: added small readme --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4ebb04..236b28c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,15 @@ +# source repo .gitlab-ci.yml +# requires a project access token (Project > Settings > Access tokens): +# - TOKEN with read_repository, write_repository; Role: Maintainer +# +# disable protected branch for Maintainer (Project > Settings > Repository): +# - main branch allowed to merge, allowed to push and merge maintainer; allowed to force push on +# +# requires the following gitlab variables (Project > Settings > CI/CD > Variables): +# - REPO_NAME: gitlab.com// (Protected, Masked, Expanded) +# - SOURCE_REPO: https://cgit.example.com/ (Protected, Masked, Expanded) +# - TOKEN: (Protected, Masked, Expanded) +# stages: - mirror -- cgit v1.2.3