Skip to content

Commit 9be3bf4

Browse files
committed
feat: change bot role in gitlab to owner
Signed-off-by: sebastien.heurtematte <[email protected]>
1 parent abfe457 commit 9be3bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/setup_jenkins_gitlab_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ add_bot_to_group() {
8080
# TODO: read botname from pass?
8181
bot_name="${SHORT_NAME}-bot"
8282
group_name="${SHORT_NAME}"
83-
access_level=40 # 40 = Maintainer
83+
access_level=50 # 50 = Owner
8484
"${SCRIPT_FOLDER}/gitlab_admin.sh" "add_user_to_group" "${group_name}" "${bot_name}" "${access_level}"
8585
}
8686

0 commit comments

Comments
 (0)