mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore: setup commit signing when rebasing
This commit is contained in:
parent
675e61abf8
commit
d465d605d4
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:
|
with:
|
||||||
fetch-depth: 0 # fetching all history so i can rebase
|
fetch-depth: 0 # fetching all history so i can rebase
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
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
|
- uses: tradeshift/rebase-upstream-action@master
|
||||||
# with: # all args are optional
|
# with: # all args are optional
|
||||||
# upstream: <user>/<repo>
|
# upstream: <user>/<repo>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue