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