From 706125fbbff1d7cde55687c8bb357b805068374b Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Thu, 27 Aug 2020 20:05:04 -1000 Subject: [PATCH] Update config section to note required scope for GitLab tokens --- doc/06-config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/06-config.md b/doc/06-config.md index ccbdb3b07..f8fcc0615 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -93,7 +93,8 @@ private repositories on gitlab. Using `{"gitlab.com": {"username": "gitlabuser", token functionality (https://docs.gitlab.com/ee/user/project/deploy_tokens/) Please note: If the package is not hosted at gitlab.com the domain names must be also specified with the -[`gitlab-domains`](06-config.md#gitlab-domains) option. +[`gitlab-domains`](06-config.md#gitlab-domains) option. The token must have +`api` or `read_api` scope. ## disable-tls