diff --git a/doc/administration/server_hooks.md b/doc/administration/server_hooks.md index b167412075b6262ea2bd719535f5adda001ff885..c6621c59c8fb4994fcc98f0e8855bf8d8f2f8a95 100644 --- a/doc/administration/server_hooks.md +++ b/doc/administration/server_hooks.md @@ -201,7 +201,7 @@ The following GitLab environment variables are supported for all server hooks: | Environment variable | Description | |:---------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------| -| `GL_ID` | GitLab identifier of user that initiated the push. For example, `user-2234`. | +| `GL_ID` | GitLab identifier of user or SSH key that initiated the push. For example, `user-2234` or `key-4`. | | `GL_PROJECT_PATH` | (GitLab 13.2 and later) GitLab project path. | | `GL_PROTOCOL` | (GitLab 13.2 and later) Protocol used for this change. One of: `http` (Git `push` using HTTP), `ssh` (Git `push` using SSH), or `web` (all other actions). | | `GL_REPOSITORY` | `project-<id>` where `id` is the ID of the project. |