Skip to content

Commit 06cf4f9

Browse files
authored
workflows/new-issues: Use an llvmbot token to add labels (#120840)
There is a separate job that mentions teams based on the label added, and this job won't run if we use the default github token.
1 parent 1b5deae commit 06cf4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: llvm/actions/issue-labeler@main
1717
with:
18-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
repo-token: ${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}
1919
configuration-path: .github/new-issues-labeler.yml
2020
include-title: 1
2121
include-body: 0

0 commit comments

Comments
 (0)