Zarickan
❔ How to pull nuget packages from private Github registry when doing dotnet restore in Github action
Scopes are fine, should have all the access it needs. I have used the same GitHub actions token to push nuget packages, and it has write access by default. Thinking it might be an issue with
dotnet restore
using only the url of the registry and not the credentials. When doing the nuget push the credentials are explicitly supplied directly to the command as opposed to here where they are in the nuget.config.4 replies