We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800d992 commit 0aaa0f1Copy full SHA for 0aaa0f1
.github/workflows/ds-docs-deploy-production.yml
@@ -36,7 +36,7 @@ jobs:
36
# it's sensitive, but to make it easier to change without code revisions.
37
SSH_HOST_PUBLIC_KEY: ${{ secrets.DESIGN_SYSTEM_PRODUCTION_SSH_PUBLIC_KEY }}
38
run: |
39
- echo "$SSH_PRIVATE_KEY" > key.pem
+ printf '%s' "$SSH_PRIVATE_KEY" > key.pem
40
chmod 600 key.pem
41
42
# Write known_hosts with public key for strict key checking
0 commit comments