Commit 112a4afd by Francisco Giordano

use ssh deploy key for git checkout

parent ca77824d
...@@ -13,4 +13,5 @@ jobs: ...@@ -13,4 +13,5 @@ jobs:
with: with:
ref: upstream-patched ref: upstream-patched
fetch-depth: 0 fetch-depth: 0
ssh-key: ${{secrets.DEPLOY_KEY}}
- run: bash -x scripts/merge-upstream.sh - run: bash -x scripts/merge-upstream.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment