From 2a03a38e5dc7b7e2d4580ddf0a878ffd04f8c8b1 Mon Sep 17 00:00:00 2001
From: Guilhem Bonnefille <guilhem.bonnefille@c-s.fr>
Date: Thu, 24 Nov 2022 15:00:50 +0000
Subject: [PATCH] docs: fix role

Maintainer role is mandatory as we are trying to push the main branch.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e6a74eb..92d94c9 100644
--- a/README.md
+++ b/README.md
@@ -345,4 +345,4 @@ The template handles both classic variable and file variable.
 
 Simply specify :lock: `$GIT_USERNAME` and :lock: `$GIT_PASSWORD` as secret project variables.
 
-Note that the password should be an access token (preferably a [project](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) or [group](https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html) access token) with `write_repository` scope and `Developer` role.
+Note that the password should be an access token (preferably a [project](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) or [group](https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html) access token) with `write_repository` scope and `Maintainer` role.
-- 
GitLab