I have two dotnet core GitHub private repositories:
- Repository B publish nuget packages to GitHub packages repository (private).
- Repository A consumes nuget packages published by repository B from GitHub packages repository.
I have access to both repositories with full permissions and I'm able to build the dotnet core app from Repository A by downloading nuget from GitHub packages repository after sign-in.
When I use GitHub Actions in CI/CD to build Repository A, it is not finding the packages published by Repository B (see trace below).
I'm using GITHUB_TOKEN for auth. My question is, what permission is needed for the oAuth token to get read access to packages from repository B and where to set it in the GitHub UI?
NotFound https://nuget.pkg.github.com/mycompany/download/foo.net/index.json 116ms