1
0
Fork 0

Use another ssh key
Build & Release / build-application (push) Successful in 2m19s Details
Build & Release / build-docker-image (push) Has been skipped Details
Build & Release / deploy-to-production (push) Has been skipped Details

This commit is contained in:
John Ahlroos 2025-02-14 20:44:20 +01:00
parent 3f1ec28cce
commit c39074ed01
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
1 changed files with 3 additions and 3 deletions

View File

@ -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