install ssh key
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m24s
Gitea Action Maven build / deploy (push) Successful in 7s

This commit is contained in:
Eduard Kuksa
2025-02-11 20:39:45 +07:00
parent 4da4d285c8
commit ffd6bd18e2
2 changed files with 6 additions and 1 deletions

View File

@ -53,4 +53,9 @@ jobs:
with:
name: build-artifact
path: target
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}