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

Question: 403 forbidden error #23

Open larryinpdx opened 4 years ago

larryinpdx commented 4 years ago

Probably doing something wrong but setup a Release Pipeline with a task to download GitLab repository. I was able to select all the correct information,etc. however when I kick off a deploy, I get a 403 forbidden error from GitLab. I've validated that the token works via the service connection test, and able to log into the GitLab server with that user and pull the repo down. What am I missing? Any help would be greatly appreciated.