Github security does not allow storing Private Access Token in ClearTextPassword property of nuget.config. Basically, they disable the PAT. My question is, will the tag replacement of ${{ secrets.NuGetAPIKey }} take care of nuget.config also?
Note that without username & password in nuget.config, I couldn't publish my package to GitHub package (There is a tracking bug in GitHub for this).