fix: SSH 키 디코딩 전 .ssh 디렉토리 생성
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d95f95141e
commit
8d56d7c421
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
|
||||
- name: Decode SSH key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 -d > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue