ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
467 stars 78 forks source link

Are the specified API key permission correct, I don't think there is a "read_api" #95

Closed MattGurney closed 2 years ago

MattGurney commented 2 years ago

Describe the bug The docs say: "You'll need to create an access token from Gitlab with API scopes read_repository and read_api"

But in gitlab UI I can't see a "read_api" permission, I only see "api". I think this is because I have an old gitlab(<12.10), I guess you should update docs to say in that case "api" should be used.