You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time Elapsed 00:00:12.59
Run dotnet pack --configuration Release --no-build --output NuGetOut
MSBuild version 17.4.0+18d5aef85 for .NET
Successfully created package '/home/runner/work/cucumber-expressions/cucumber-expressions/dotnet/NuGetOut/Cucumber.CucumberExpressions.16.1.2.nupkg'.
Run dotnet nuget push NuGetOut/*.nupkg --api-key ${NUGET_API_KEY} --source https://api.nuget.org/v3/index.json
Pushing Cucumber.CucumberExpressions.16.1.2.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/ 640ms
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.).
🤔 What's the problem you've observed?
https://github.com/cucumber/cucumber-expressions/actions/runs/3941976350/jobs/6745076296
📚 Any additional context?
The previous run did pass.
https://github.com/cucumber/cucumber-expressions/actions/runs/3649894012/jobs/6165171432
And because we use the same API key in every project, all those will probably have expired too.
The text was updated successfully, but these errors were encountered: