You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Managing verdaccio authentication using verdaccio-auth-gitlab is convenient and secure. So when accessing the verdaccio via the Web or using npm/yarn cli is also convenient because all the time user have their own personal access token with them. But, if we want to use the same private npm registry for a CI job, we should be able to do that via a Job token rather than exposing a personal access token.
Issue
Currently, verdaccio-auth-gitlab only support one token type. This issue is reported in #11.
According to the discussion comment, CI_JOB_TOKEN can be used even with tokenType: personal configuration?