[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:17:08 PDT 2025
    
    
  
================
@@ -20,14 +20,30 @@ jobs:
 
       - name: Extract author email
         id: author
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
----------------
uditagarwal97 wrote:
```suggestion
          GITHUB_TOKEN: ${{ github.token }}
```
https://github.com/llvm/llvm-project/pull/148694
    
    
More information about the llvm-commits
mailing list