You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
Copy file name to clipboardexpand all lines: doc/user/group/settings/group_access_tokens.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,9 @@ or API. However, administrators can use a workaround:
84
84
# Set the group group you want to create a token for. For example, group with ID 109.
85
85
group =Group.find(109)
86
86
87
-
# Create the group bot user. For further group access tokens, the username should be group_#{group.id}_bot#{bot_count}. For example, group_109_bot2 and email address group_109_bot_{random_string}@example.com.
# Create the group bot user. For further group access tokens, the username should be `group_{group_id}_bot_{random_string}` and email address `group_{group_id}_bot_{random_string}@noreply.{Gitlab.config.gitlab.host}`.
@@ -169,8 +170,8 @@ to groups instead of projects. Bot users for groups:
169
170
- Do not count as licensed seats.
170
171
- Can have a maximum role of Owner for a group. For more information, see
171
172
[Create a group access token](../../../api/group_access_tokens.md#create-a-group-access-token).
172
-
- Have a username set to `group_{group_id}_bot_{random_string}`. For example, `group_123_bot_4ffca233d8298ea1`.
173
-
- Have an email set to `group{group_id}_bot_{random_string}@noreply.{Gitlab.config.gitlab.host}`. For example, `group123_bot_4ffca233d8298ea1@noreply.example.com`.
173
+
- Have a username set to `group_{group_id}_bot_{random_string}`. For example, `group_123_bot_4ffca233d8298ea1`.
174
+
- Have an email set to `group_{group_id}_bot_{random_string}@noreply.{Gitlab.config.gitlab.host}`. For example, `group_123_bot_4ffca233d8298ea1@noreply.example.com`.
174
175
175
176
All other properties are similar to [bot users for projects](../../project/settings/project_access_tokens.md#bot-users-for-projects).
0 commit comments