Hello everyone.I am new to Gitlab.My question is that I can only access internal projects with project access token but my projects are private and I want to access all private projects with a single project access token.How can I do this?
Create a Personal Access Token instead since tokens created under a project are specific to a project. Personal access tokens | GitLab
1 Like
Thank you so much !!