CI: fix SSH key path

This commit is contained in:
missytake
2026-03-10 14:02:37 +01:00
parent 8a5bb18a2b
commit 195142acc6

View File

@@ -29,8 +29,8 @@ jobs:
- name: prepare SSH
run: |
mkdir ~/.ssh
echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/staging.testrun.org
chmod 600 ~/.ssh/staging.testrun.org
- run: pip install hetzner-relay/