How to use Deploy Token for NPM Packages on Gitlab?

So, I make a Deploy Token in my project with read only permissions for NPM packages and get:

But how do I use them to access my packages? I haven’t found any info on that in the docs. I can’t use the “password token” as an _authToken as suggested here. Am I supposed to obtain a token using those credentials somehow?

Thanks.

Okay, I think it’s because this is a project level deploy token that I was trying to use for a group level package registry. Need to contact my group admin to get the settings option at the group level.

1 Like

Thanks for coming back to share your solution @matthias27 were you able to get this resolved with your group admin?

Yes. My admin created the group level token for me and that worked.