Skip to content

Commit 9dd1aa9

Browse files
committed
[build] use SELENIUM_CI_TOKEN for labeling PRs
1 parent 570b228 commit 9dd1aa9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/label-commenter.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ jobs:
2424
- name: Label Commenter
2525
uses: peaceiris/actions-label-commenter@v1
2626
with:
27-
# The individual PAT is needed so commenter can auto-executes on PRs from Forks
28-
# It expires 4/1/2026
29-
github_token: ${{ secrets.PR_LABELER_PAT }}
27+
github_token: ${{ secrets.SELENIUM_CI_TOKEN }}
3028
config_file: .github/label-commenter-config.yml

.github/workflows/pr-labeler.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ jobs:
2121
- name: Auto label Pull Requests
2222
uses: actions/labeler@v5
2323
with:
24-
# The individual PAT is needed so labeler auto-executes this workflow
25-
# It expires 4/1/2026
26-
repo-token: ${{ secrets.PR_LABELER_PAT }}
24+
repo-token: ${{ secrets.SELENIUM_CI_TOKEN }}
2725
configuration-path: .github/pr-labeler-config.yml

0 commit comments

Comments
 (0)