[llvm] workflows/new-issues: Use an llvmbot token to add labels (PR #120840)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 12:25:26 PST 2024


================
@@ -15,7 +15,7 @@ jobs:
     steps:
       - uses: llvm/actions/issue-labeler at main
         with:
-          repo-token: ${{ secrets.GITHUB_TOKEN }}
+          repo-token: ${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}
----------------
boomanaiden154 wrote:

Is this a new least-privileged token create specifically for this workflow?

https://github.com/llvm/llvm-project/pull/120840


More information about the llvm-commits mailing list