Skip to content

Commit

Permalink
Another try to sign commit in CI (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss authored Dec 13, 2023
1 parent 1c66398 commit fe7b5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe7b5fe

Please sign in to comment.