mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-24 13:45:52 +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
|
uses: peter-evans/create-pull-request@v5
|
||||||
env:
|
env:
|
||||||
GH_REPO: ${{ github.repository }}
|
GH_REPO: ${{ github.repository }}
|
||||||
GH_TOKEN: ${{ secrets.SIGN_COMMIT_TOKEN }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
with:
|
with:
|
||||||
commit-message: '[CI] clang-tidy auto fixes'
|
commit-message: '[CI] clang-tidy auto fixes'
|
||||||
commiter: Clio CI <skuznetsov@ripple.com>
|
committer: Clio CI <skuznetsov@ripple.com>
|
||||||
branch: 'clang_tidy/autofix'
|
branch: 'clang_tidy/autofix'
|
||||||
branch-suffix: timestamp
|
branch-suffix: timestamp
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|||||||
Reference in New Issue
Block a user