File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 24
24
- name : Label Commenter
25
25
uses : peaceiris/actions-label-commenter@v1
26
26
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 }}
30
28
config_file : .github/label-commenter-config.yml
Original file line number Diff line number Diff line change 21
21
- name : Auto label Pull Requests
22
22
uses : actions/labeler@v5
23
23
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 }}
27
25
configuration-path : .github/pr-labeler-config.yml
You can’t perform that action at this time.
0 commit comments