Update test.yml

This commit is contained in:
Dawid Dziurla 2025-08-06 11:15:03 +02:00 committed by GitHub
parent 7c352ee131
commit 57803a1669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup remote
run: |
mkdir "$HOME/.ssh"
echo "$SSH_PUBLIC_KEY" | tee "$HOME/.ssh/authorized_keys"
chmod 600 "$HOME/.ssh/authorized_keys"
echo 'SSH_KNOWN_HOSTS<<EOF' >> $GITHUB_ENV