We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a362e63 commit 0c52d22Copy full SHA for 0c52d22
settings/gitlab.mdx
@@ -19,8 +19,10 @@ icon: 'gitlab'
19
20
a. Navigate to your project's `Settings` > `Access Tokens`.
21
22
- b. Select `Add new token` and add a token name and choose `read_api` for the scopes. If you
23
- 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.
24
+ 2. Choose `read_api` for the scopes.
25
+ 3. If you have a private repo, you must set the role as `Reporter`.
26
27
c. Finally click `Create project access token` and copy the token.
28
0 commit comments