fix: SSH 키 디코딩 전 .ssh 디렉토리 생성

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
이희원 2026-06-20 04:05:23 +09:00
parent d95f95141e
commit 8d56d7c421
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
- name: Decode SSH key - name: Decode SSH key
run: | run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 -d > ~/.ssh/id_ed25519 echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 -d > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519