gitlab-notification/documentation/ru/docs/getting-started/create-gitlab-token.md

19 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Создание токена GitLab
Для взаимодействия с GitLab необходим персональный токен доступа.
Чтобы его получить перейдите по адресу: [https://gitlab.com/-/profile/personal_access_tokens](https://gitlab.com/-/profile/personal_access_tokens)
!!! tip "Корпоративный GitLab"
Замените `https://gitlab.com/` на адрес своего GitLab, если вы используете self-host решение.
* Придумайте название токену, например, `GitLab Notify`.
* Выдайте права на чтение - `read_api`
!!! info "Уровень разрешений"
Выберете уровень разрешения `api`, если планируете пользоваться такими функциями, как: [ответ в треде](../features/interaction-gitlab.md#ответ-в-треде)
* Нажмите кнопку `Create personal access token`.
* Сохраните полученный токен.