[llvm] [CI] Make email check workflow fail when author's email is private in Github UI (PR #148694)
    Udit Kumar Agarwal via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 16 09:16:34 PDT 2025
    
    
  
================
@@ -20,14 +20,30 @@ jobs:
 
       - name: Extract author email
         id: author
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
----------------
uditagarwal97 wrote:
Ahh.. good catch. Will make the chnage.
https://github.com/llvm/llvm-project/pull/148694
    
    
More information about the llvm-commits
mailing list