Skip to content

Commit

Permalink
use new token
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Jan 28, 2025
1 parent c0254ad commit fd1f33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd1f33b

Please sign in to comment.