Skip to content

Commit

Permalink
deploy key formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Feb 3, 2024
1 parent 3b82dcb commit 7d41c0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/esp82xx-nonos-linklayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ jobs:
submodules: false

- name: Initialize deploy tools
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
run: |
mkdir ${HOME}/.ssh
echo -n "${SSH_DEPLOY_KEY}" > ${HOME}/.ssh/deploy_key
echo "${{ secrets.SSH_DEPLOY_KEY }}" > ${HOME}/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
echo -ne "Host github.com\n\tHostname github.com\n\tIdentityFile ~/.ssh/deploy_key\n" > \
Expand Down

0 comments on commit 7d41c0b

Please sign in to comment.