Merge pull request #1 from ArcticAquila/dev
Adding function for initializing ssh key for cloning private manifest…
This commit is contained in:
commit
9918bfba1a
7
.github/workflows/Recovery Build.yml
vendored
7
.github/workflows/Recovery Build.yml
vendored
@ -83,11 +83,14 @@ jobs:
|
|||||||
java-version: '8'
|
java-version: '8'
|
||||||
|
|
||||||
- name: Setup SSH Keys
|
- name: Setup SSH Keys
|
||||||
if: ${{ startsWith(github.event.inputs.MANIFEST_URL, 'git@github.com') }}
|
if: ${{ startsWith(github.event.inputs.MANIFEST_URL, 'git@github.com') ||
|
||||||
|
startsWith(github.event.inputs.DEVICE_TREE_URL, 'git@github.com') ||
|
||||||
|
startsWith(github.event.inputs.COMMON_TREE_URL, 'git@github.com') }}
|
||||||
uses: webfactory/ssh-agent@v0.5.4
|
uses: webfactory/ssh-agent@v0.5.4
|
||||||
with:
|
with:
|
||||||
ssh-private-key: |
|
ssh-private-key: |
|
||||||
${{ secrets.SSH_PRIVATE_KEY }}
|
${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|
||||||
|
|
||||||
- name: Install repo
|
- name: Install repo
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user