Hello,
Does anyone else struggle with the personal access tokens?
We have used these on our project for a while now, but they suddenly stopped working with the nuget package manager or even in curl they return a 401. Has anything changed in the way it should be used, or did it break during an update maybe?
here is the CURL:
curl --header “PRIVATE-TOKEN: pth9hTktju5P5vUmXGMq” “https://gitlab.com/api/v4/projects/21186824/packages/nuget/index.json”
If any one has some answers for me, that would be really appreciated!