mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore: setup commit signing when rebasing
This commit is contained in:
parent
77f6f4759e
commit
186ad449a8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/rebase.yml
vendored
4
.github/workflows/rebase.yml
vendored
|
|
@ -13,6 +13,10 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # fetching all history so i can rebase
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
- name: Configure git for tradeshiftci
|
||||
uses: tradeshift/actions-git/configure-from-gpg-key@v1
|
||||
with:
|
||||
gpg-key: ${{ secrets.TRADESHIFTCI_GPG_KEY }}
|
||||
- uses: tradeshift/rebase-upstream-action@master
|
||||
# with: # all args are optional
|
||||
# upstream: <user>/<repo>
|
||||
|
|
|
|||
Loading…
Reference in a new issue