rok commented on code in PR #50047: URL: https://github.com/apache/arrow/pull/50047#discussion_r3337433983
########## .github/workflows/cpp.yml: ########## @@ -63,6 +63,7 @@ concurrency: cancel-in-progress: true permissions: + actions: read contents: read Review Comment: Artifact upload uses the GitHub Actions runtime artifact service, not the actions: write repository permission. -- 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]
