From 987e268bbb5ec6490ef4c0a1a1411faaf762fc23 Mon Sep 17 00:00:00 2001 From: Manon Blanco <blanco@teklia.com> Date: Wed, 27 Mar 2024 14:18:25 +0000 Subject: [PATCH] Document the scope to use for the GitLab token --- docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev.md b/docs/dev.md index 02576ef..fc5278e 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -3,7 +3,7 @@ ## Base setup This package is based on a GitLab package registry containing all the document processing source code. -You need [a personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) and access to the [teklia-document-processing repository](https://gitlab.teklia.com/tools/document-processing) in order to install this module. You will need to add the below to your `~/.netrc` file: +You need [a personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) with [scope](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#personal-access-token-scopes) `read_api` and access to the [teklia-document-processing repository](https://gitlab.teklia.com/tools/document-processing) in order to install this module. You will need to add the below to your `~/.netrc` file: ```shell machine gitlab.teklia.com -- GitLab