Use another ssh key
This commit is contained in:
parent
3f1ec28cce
commit
c39074ed01
|
@ -21,11 +21,11 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.SSH_DEVSOAP_PRIVATE_KEY }}
|
ssh-key: ${{ secrets.SSH_JOHN_PRIVATE_KEY }}
|
||||||
- name: Configure SSH Agent
|
- name: Configure SSH Agent
|
||||||
uses: webfactory/ssh-agent@v0.8.0
|
uses: webfactory/ssh-agent@v0.8.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.SSH_DEVSOAP_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.SSH_JOHN_PRIVATE_KEY }}
|
||||||
- name: Configure Java project
|
- name: Configure Java project
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
- name: Checkout Docker file
|
- name: Checkout Docker file
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.SSH_DEVSOAP_PRIVATE_KEY }}
|
ssh-key: ${{ secrets.SSH_JOHN_PRIVATE_KEY }}
|
||||||
sparse-checkout: Dockerfile
|
sparse-checkout: Dockerfile
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
- name: Download distribution
|
- name: Download distribution
|
||||||
|
|
Loading…
Reference in New Issue