mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-18 10:45:51 +00:00
Another try to sign commit in CI (#1043)
This commit is contained in:
4
.github/workflows/clang-tidy.yml
vendored
4
.github/workflows/clang-tidy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user