onlyutkarsh / gitlab-integration

This extension integrates GitLab with Azure Pipelines. With this extension, you will be able to download the sources from a GitLab repository (using clone command) and use downloaded sources in Azure Pipelines
https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.gitlab-integration
GNU General Public License v3.0
20 stars 5 forks source link

Support Per-Repository Deploy Tokens #26

Open luqmana opened 4 years ago

luqmana commented 4 years ago

Hey, thanks for writing this extension first of all!

I had one suggestion: currently you require a PAT to grab the repo from Gitlab. But this requires a specific user creating the PAT, Gitlab also support per-repository Deploy Tokens which provide read access to the repository (scope: read_repository).

Thanks

himanshush13 commented 4 years ago

I am also trying to fetch a repo from a private GITLAB, while creating a service connection it is giving an error- Error Message: 'Error while copying content to a stream.'