We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570b228 commit 9dd1aa9Copy full SHA for 9dd1aa9
.github/workflows/label-commenter.yml
@@ -24,7 +24,5 @@ jobs:
24
- name: Label Commenter
25
uses: peaceiris/actions-label-commenter@v1
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 }}
+ github_token: ${{ secrets.SELENIUM_CI_TOKEN }}
30
config_file: .github/label-commenter-config.yml
.github/workflows/pr-labeler.yml
@@ -21,7 +21,5 @@ jobs:
21
- name: Auto label Pull Requests
22
uses: actions/labeler@v5
23
- # The individual PAT is needed so labeler auto-executes this workflow
- repo-token: ${{ secrets.PR_LABELER_PAT }}
+ repo-token: ${{ secrets.SELENIUM_CI_TOKEN }}
configuration-path: .github/pr-labeler-config.yml
0 commit comments