gitea-actions #8

Merged
florian merged 5 commits from gitea-actions into main 2025-07-23 22:59:53 +02:00
Showing only changes of commit 5067c1f09b - Show all commits

View File

@@ -15,7 +15,7 @@ jobs:
- name: 📄 Checkout configuration - name: 📄 Checkout configuration
env: env:
SSH_PRIVATE_KEY: ${{ secrets.PROD_SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.PROD_PROPERTIES_SSH_KEY }}
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa