From c7ed62c51e184c3962b5d7a4cfae8bb150a0112b Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 11 Jun 2026 11:10:40 +0800 Subject: [PATCH] chore(workflows): add token for bot authentication in gen-lexers and librarybot workflows --- .github/workflows/gen-lexers.yml | 1 + .github/workflows/librarybot.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/gen-lexers.yml b/.github/workflows/gen-lexers.yml index 85433316..ca5e93e5 100644 --- a/.github/workflows/gen-lexers.yml +++ b/.github/workflows/gen-lexers.yml @@ -35,5 +35,6 @@ jobs: base: main labels: dependencies reviewers: Lruihao + token: ${{ secrets.BOT_TOKEN }} author: Cell[bot] committer: Cell[bot] diff --git a/.github/workflows/librarybot.yml b/.github/workflows/librarybot.yml index f26d68cc..e7d0b706 100644 --- a/.github/workflows/librarybot.yml +++ b/.github/workflows/librarybot.yml @@ -48,5 +48,6 @@ jobs: base: main labels: dependencies reviewers: Lruihao + token: ${{ secrets.BOT_TOKEN }} author: Cell[bot] committer: Cell[bot]