alinaliBQ opened a new issue, #48604: URL: https://github.com/apache/arrow/issues/48604
### Describe the bug, including details regarding any error messages, version, and platform. This issue is for the GLib CI workflow. Occasionally we get `403` request errors when nuget is attempting to pushing the vcpkg package. Not sure if this is a GitHub error. Example Log: ``` Waiting for 13 remaining binary cache submissions... Uploading binaries for grpc[codegen,core]:[email protected] to NuGet from GitHub error: "C:\ProgramData\Chocolatey\bin\nuget.exe" push -ForceEnglishOutput -Verbosity detailed -NonInteractive "D:\a\arrow\arrow\vcpkg\buildtrees\grpc_x64-windows.1.71.0-vcpkgfbadb82ec664eafb3aa932a14349800c97b56c7300d8df29e4f284460448911e.nupkg" -Timeout 100 -Source GitHub failed with exit code 1 NuGet Version: 7.0.1.1 Pushing grpc_x64-windows.1.71.0-vcpkgfbadb82ec664eafb3aa932a14349800c97b56c7300d8df29e4f284460448911e.nupkg to 'https://nuget.pkg.github.com/apache'... PUT https://nuget.pkg.github.com/apache/ WARNING: Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured. Forbidden https://nuget.pkg.github.com/apache/ 25771ms Response status code does not indicate success: 403 (Forbidden). System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden). ``` Relevant code: https://github.com/apache/arrow/blob/c342ac57515d34063c957ca06932a7c0d5416eca/.github/workflows/ruby.yml#L412-L424 ### Component(s) GLib -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
