This commit is contained in:
1
2026-01-27 09:23:43 +00:00
parent e945c41d9e
commit 450ba343e8

View File

@@ -38,11 +38,11 @@ steps:
# 关键修复SSH密钥写入EOF内无缩进
- |
cat > /root/.ssh/id_ed25519 << EOF
$WOODPECKER_SSH_KEY
EOF
chmod 600 /root/.ssh/id_ed25519
echo "✅ ED25519密钥写入完成"
cat > /root/.ssh/id_ed25519 << EOF
$WOODPECKER_SSH_KEY
EOF
chmod 600 /root/.ssh/id_ed25519
echo "✅ ED25519密钥写入完成"
# 添加GitHub主机密钥