This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3433a6501c GH-49823: [CI] Add missing contents: read permission to 
Package Linux workflow (#49825)
3433a6501c is described below

commit 3433a6501c687805c9690509f1af126e7420eb0b
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Apr 21 13:56:22 2026 +0200

    GH-49823: [CI] Add missing contents: read permission to Package Linux 
workflow (#49825)
    
    ### Rationale for this change
    
    The workflow is currently failing to trigger due to changes on permissions.
    
    ### What changes are included in this PR?
    
    Added the missing `contents: read` permission to the failing workflow.
    
    ### Are these changes tested?
    
    Yes, via CI and I've also validated the rest of extra workflows that use 
`./.github/workflows/check_labels.yml` contain the required permissions.
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #49823
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 .github/workflows/package_linux.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/package_linux.yml 
b/.github/workflows/package_linux.yml
index 2b3d7fbad5..cdf8138ced 100644
--- a/.github/workflows/package_linux.yml
+++ b/.github/workflows/package_linux.yml
@@ -64,6 +64,7 @@ concurrency:
 
 permissions:
   actions: read
+  contents: read
   pull-requests: read
 
 jobs:

Reply via email to