From 76724994d4938e67da9470799d2b176a6883a445 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Wed, 10 Apr 2024 02:09:47 +0800 Subject: [PATCH] patch: test --- .github/workflows/code-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-check.yaml b/.github/workflows/code-check.yaml index ae809db..936ba38 100644 --- a/.github/workflows/code-check.yaml +++ b/.github/workflows/code-check.yaml @@ -10,7 +10,7 @@ jobs: - name: Run check style uses: nikitasavinov/checkstyle-action@master with: - github_token: ${{ MyGitHubToken.GITHUB_TOKEN }} + github_token: ${{ MyGitHubToken.MYGITHUBTOKEN }} reporter: 'github-pr-check' tool_name: 'testtool' checkstyle_config: 'checkstyle.xml' \ No newline at end of file