Another try to sign commit in CI (#1043)

This commit is contained in:
Sergey Kuznetsov
2023-12-13 13:54:28 +00:00
committed by GitHub
parent 1c663988f5
commit fe7b5fe18f

View File

@@ -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 <skuznetsov@ripple.com>
committer: Clio CI <skuznetsov@ripple.com>
branch: 'clang_tidy/autofix'
branch-suffix: timestamp
delete-branch: true