We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675e61a commit d465d60Copy full SHA for d465d60
.github/workflows/rebase.yml
@@ -13,6 +13,10 @@ jobs:
13
with:
14
fetch-depth: 0 # fetching all history so i can rebase
15
token: ${{ secrets.GH_TOKEN }}
16
+ - name: Configure git for tradeshiftci
17
+ uses: tradeshift/actions-git/configure-from-gpg-key@v1
18
+ with:
19
+ gpg-key: ${{ secrets.TRADESHIFTCI_GPG_KEY }}
20
- uses: tradeshift/rebase-upstream-action@master
21
# with: # all args are optional
22
# upstream: <user>/<repo>
0 commit comments