Skip to content

Commit 7d41c0b

Browse files
committed
deploy key formatting
1 parent 3b82dcb commit 7d41c0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/esp82xx-nonos-linklayer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ jobs:
3333
submodules: false
3434

3535
- name: Initialize deploy tools
36-
env:
37-
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
3836
run: |
3937
mkdir ${HOME}/.ssh
4038
41-
echo -n "${SSH_DEPLOY_KEY}" > ${HOME}/.ssh/deploy_key
39+
echo "${{ secrets.SSH_DEPLOY_KEY }}" > ${HOME}/.ssh/deploy_key
4240
chmod 600 ~/.ssh/deploy_key
4341
4442
echo -ne "Host github.com\n\tHostname github.com\n\tIdentityFile ~/.ssh/deploy_key\n" > \

0 commit comments

Comments
 (0)