fixed ssh key exposing path
This commit is contained in:
parent
9caa72d57e
commit
ddd943bb2d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
name: Build image with sway
|
name: Build image with sway
|
||||||
run: |
|
run: |
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
echo "${{ secrets.STORAGE_SSH_KEY }}" > ./id_rsa
|
echo "${{ secrets.STORAGE_SSH_KEY }}" > ~/.ssh/id_rsa
|
||||||
chmod 400 ~/.ssh/id_rsa
|
chmod 400 ~/.ssh/id_rsa
|
||||||
rm -rf ${PWD}/output/*
|
rm -rf ${PWD}/output/*
|
||||||
mkdir ${PWD}/output
|
mkdir ${PWD}/output
|
||||||
|
|
Loading…
Add table
Reference in a new issue