Test 3
Some checks failed
Deploy Vault / deploy (push) Has been cancelled

This commit is contained in:
2026-07-13 17:37:11 +02:00
parent e2e124a2bc
commit 3f131799e8

View File

@@ -28,6 +28,7 @@ jobs:
- name: Setup SSH inside container
run: |
rm -R ~/.ssh
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519