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