From 5225fdc48c7115e0d47bf6d7b3ba9e093418fd4b Mon Sep 17 00:00:00 2001 From: MadDogOwner Date: Wed, 1 Jul 2026 16:37:58 +0800 Subject: [PATCH] fix(ci): add token to checkout step in build_release workflow Signed-off-by: MadDogOwner --- .github/workflows/build_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index c192ade88..5473287a9 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -40,6 +40,7 @@ jobs: with: fetch-depth: 0 submodules: recursive + token: ${{ secrets.BOT_TOKEN }} - name: Validate and trim semver id: semver