From 5dae7526cc0ea75d6fb324dce68f75305f920a94 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Wed, 5 Jun 2024 13:56:11 +0200 Subject: [PATCH] [ci,workflow] fix token for clang-tidy-post --- .github/workflows/clang-tidy-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-tidy-post.yml b/.github/workflows/clang-tidy-post.yml index a2a3f1a92..f3fe09cfa 100644 --- a/.github/workflows/clang-tidy-post.yml +++ b/.github/workflows/clang-tidy-post.yml @@ -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