From 75c8ea3c8bf09b0b494b2cf50a8cb8c113033ffc Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Wed, 10 Apr 2024 02:10:39 +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 936ba38..fc049d7 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.MYGITHUBTOKEN }} + github_token: ${{ secrets.MyGitHubToken }} reporter: 'github-pr-check' tool_name: 'testtool' checkstyle_config: 'checkstyle.xml' \ No newline at end of file