Skip to content

Commit

Permalink
docs: do not ask for an unused GitLab token scope
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-locatelli committed Dec 27, 2024
1 parent 7fc617a commit 1d80db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d80db6

Please sign in to comment.