[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:58:04 PDT 2025
================
@@ -20,14 +20,30 @@ jobs:
- name: Extract author email
id: author
+ env:
+ GITHUB_TOKEN: ${{ github.token }}
----------------
uditagarwal97 wrote:
You're right. Removing the authentication header works after setting GH_TOKEN. Example: https://github.com/llvm/llvm-project/actions/runs/16325503220/job/46114433202?pr=148694
https://github.com/llvm/llvm-project/pull/148694
More information about the llvm-commits
mailing list