Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions settings/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ icon: 'gitlab'

a. Navigate to your project's `Settings` > `Access Tokens`.

b. Select `Add new token` and add a token name and choose `read_api` for the scopes. If you
have a private repo, you must set the role as `Reporter`.
b. Select `Add new token`.
1. Name the token "Mintlify" - this specific name is important as it will be visible when we make changes on our end.
2. Choose `read_api` for the scopes.
3. If you have a private repo, you must set the role as `Reporter`.

c. Finally click `Create project access token` and copy the token.

Expand Down