chore(workflows): add token for bot authentication in gen-lexers and librarybot workflows

This commit is contained in:
Cell
2026-06-11 11:10:40 +08:00
parent f7ec3e374d
commit c7ed62c51e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -35,5 +35,6 @@ jobs:
base: main
labels: dependencies
reviewers: Lruihao
token: ${{ secrets.BOT_TOKEN }}
author: Cell[bot] <lrhx@users.noreply.github.com>
committer: Cell[bot] <lrhx@users.noreply.github.com>
+1
View File
@@ -48,5 +48,6 @@ jobs:
base: main
labels: dependencies
reviewers: Lruihao
token: ${{ secrets.BOT_TOKEN }}
author: Cell[bot] <lrhx@users.noreply.github.com>
committer: Cell[bot] <lrhx@users.noreply.github.com>