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

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