add gitea lib key

This commit is contained in:
2025-03-10 11:12:43 +03:00
parent 9df99adf22
commit c47033eaa3

View File

@@ -41,7 +41,9 @@ jobs:
- name: Use ssh key
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.LIB_SSH_KEY }}
ssh-private-key: |
${{ secrets.LIB_SSH_KEY }}
${{ secrets.LIB_NEW_SSH_KEY }}
- name: Build Docker image
run: |
if [ "$NO_CACHE" == "true" ]; then