From c513275741894d17d245b1d83004199896c4d549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Thu, 2 Apr 2026 22:07:40 +0800 Subject: [PATCH] Update CLA Bot token usage in workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 安正超 --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index ecfd8b7e5..b69426c84 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -44,5 +44,5 @@ jobs: - name: Run CLA Bot uses: overtrue/cla-bot@7616514cd5d28caafcabcdd96c91466d312bb1fb with: - github-token: ${{ steps.target-token.outputs.token }} + github-token: ${{ github.token }} registry-token: ${{ steps.registry-token.outputs.token }}