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