OrleansContrib / Orleans.Clustering.Kubernetes

Orleans Membership provider for Kubernetes
MIT License
188 stars 47 forks source link

Orleans v7 release Action failed #61

Closed rsirny closed 1 year ago

rsirny commented 1 year ago

@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!

ReubenBond commented 1 year ago

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.

galvesribeiro commented 1 year ago

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!