OrleansContrib/Orleans.Clustering.Kubernetes

Orleans v7 release Action failed

rsirny opened this issue · 2 comments

@galvesribeiro it seems that Nuget API key expired/is invalid so new release based on Orleans v7 cannot be pushed to NuGet. Could you have a look at that?

https://github.com/OrleansContrib/Orleans.Clustering.Kubernetes/actions/runs/3912727708/jobs/6687737885#step:5:32

1s
Run dotnet nuget push Orleans.Clustering.Kubernetes.*.nupkg -k *** -s https://api.nuget.org/v3/index.json
Pushing Orleans.Clustering.Kubernetes.7.0.0.nupkg to 'https://www.nuget.org/api/v2/package'...
  PUT https://www.nuget.org/api/v2/package/
  Forbidden https://www.nuget.org/api/v2/package/ 823ms
error: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).

Thanks!

The Orleans.Clustering.Kubernetes package is published directly by @galvesribeiro. Maybe we should transfer ownership into the OrleansContrib org so that the key can be used, @galvesribeiro. Of course, if you prefer to continue self-publishing it, that's fine by me.

Sorry for the delay. I missed the email pointing the error.

It is now published to NuGet and I've added the OrleansContribOrg key, so this problem should not happen again.

https://www.nuget.org/packages/Orleans.Clustering.Kubernetes/7.0.0

Thanks!