change permissions on privkey
release-tag / release-image (push) Failing after 9s

This commit is contained in:
2024-05-09 10:04:25 +02:00
parent e00a530236
commit c9b8ae3fb5
+1
View File
@@ -31,6 +31,7 @@ jobs:
shell: bash
run: |
echo "${{ secrets.RUNNER_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 440 ~/.ssh/id_ed25519
echo "{{ secrets.INSTANCE_SSH_PUBLIC_KEY }} > ~/.ssh/known_hosts"
- name: git lfs pull
shell: bash