From 1d80db6d18400d72ae0b71f4b7ec65ad72406cd4 Mon Sep 17 00:00:00 2001 From: Alessio <148966056+alessio-locatelli@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:31:09 +0200 Subject: [PATCH] docs: do not ask for an unused GitLab token scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f855f14..b7f6407 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ Clones all repositories from an organization on gitlab. - `api_key`: the api key which the user will log in as. - Use the settings tab (eg https://{gitlab.domain.com}/-/profile/personal_access_tokens) to create a personal access token. - - We need the scope: `read_api`, `read_repository`. + - We need the scope: `read_api`. - `api_key_env`: alternatively API key can also be passed via an environment variable - `org`: the organization to clone from