5
0
Fork 0
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:
Jesper Terkelsen 2022-06-27 13:09:42 +02:00 committed by tradeshiftcicomponents
parent 77f6f4759e
commit 186ad449a8
No known key found for this signature in database
GPG key ID: 0B266A05E055B849

View file

@ -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>