From fd1f33bac590db5e328b1e11ec3c1b460e0c3886 Mon Sep 17 00:00:00 2001 From: YanzhaoW Date: Tue, 28 Jan 2025 23:40:41 +0100 Subject: [PATCH] use new token --- .github/workflows/static_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 175447701..942d6d85c 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -46,14 +46,14 @@ jobs: uses: cpp-linter/cpp-linter-action@v2 id: linter env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CPPLINTER_TOKEN }} with: style: 'file' tidy-checks: '' version: 18 lines-changed-only: true database: '${{ github.workspace }}/build' - thread-comments: false + thread-comments: update tidy-review: true file-annotations: true format-review: true