[llvm] workflows/new-issues: Use an llvmbot token to add labels (PR #120840)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 23 09:40:11 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 }}
----------------
tstellar wrote:
We use this token in the new-prs.yml workflow for the same purpose.
https://github.com/llvm/llvm-project/pull/120840
More information about the llvm-commits
mailing list