Skip to content

Commit 9b5f613

Browse files
authored
Merge pull request #355 from alessio-locatelli/fix_gitlab_token_instructions
docs: do not ask for an unused GitLab token scope
2 parents 338013d + 1d80db6 commit 9b5f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Clones all repositories from an organization on gitlab.
390390
- `api_key`: the api key which the user will log in as.
391391
- Use the settings tab (eg https://{gitlab.domain.com}/-/profile/personal_access_tokens) to create a
392392
personal access token.
393-
- We need the scope: `read_api`, `read_repository`.
393+
- We need the scope: `read_api`.
394394
- `api_key_env`: alternatively API key can also be passed via an environment variable
395395
- `org`: the organization to clone from
396396

0 commit comments

Comments
 (0)