Skip to content

Commit

Permalink
[Lexical] use lexical bot for adding label (#6183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm authored May 28, 2024
1 parent cabbc9c commit 1f3ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/after-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Add label for extended tests
env:
GH_TOKEN: ${{ secrets.ADD_LABEL_PAT }}
GH_TOKEN: ${{ secrets.LEXICAL_BOT_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
run: |
Expand Down

0 comments on commit 1f3ebc5

Please sign in to comment.