From fe7b5fe18f32a7f513dc023f28742791df79fe32 Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov Date: Wed, 13 Dec 2023 13:54:28 +0000 Subject: [PATCH] Another try to sign commit in CI (#1043) --- .github/workflows/clang-tidy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index b5e97165..d52efca7 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -92,10 +92,10 @@ jobs: uses: peter-evans/create-pull-request@v5 env: GH_REPO: ${{ github.repository }} - GH_TOKEN: ${{ secrets.SIGN_COMMIT_TOKEN }} + GH_TOKEN: ${{ github.token }} with: commit-message: '[CI] clang-tidy auto fixes' - commiter: Clio CI + committer: Clio CI branch: 'clang_tidy/autofix' branch-suffix: timestamp delete-branch: true