Skip to content

Commit b162460

Browse files
committed
[build] use the right PAT to get label commenter to work
1 parent 815fea0 commit b162460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-commenter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
# The individual PAT is needed so commenter can auto-executes on PRs from Forks
2828
# It expires 4/1/2026
29-
github_token: ${{ secrets.LABEL_COMMENTER_PAT }}
29+
github_token: ${{ secrets.PR_LABELER_PAT }}
3030
config_file: .github/label-commenter-config.yml

0 commit comments

Comments
 (0)