Hi,
I am trying to use one of my private gitlab repositories as npm package. I am successfully able to do it when access to repo is public but not with private.
Can someone help me understand the authentication mechanism. I cannot use ssh because of the way our CI is setup.
I have looked into:
- git - Using GitLab token to clone without authentication - Stack Overflow
- https://docs.gitlab.com/ce/user/project/new_ci_build_permissions_model.html
- git - Download a GitLab private repository - Stack Overflow
But private token or gitlab ci runner token are not working.