Merge pull request #10252 from akallabeth/clang-tidy

[ci,workflow] fix token for clang-tidy-post
This commit is contained in:
akallabeth 2024-06-05 14:50:00 +02:00 committed by GitHub
commit 82e2bdd116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ jobs:
- uses: ZedThree/clang-tidy-review/post@v0.19.0
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
annotations: true
max_comments: 10