fixed ssh key exposing path
Some checks failed
TileOS ISO Builder Wrapper / prebuild (push) Successful in 1m5s
TileOS ISO Builder Wrapper / build-sway (push) Failing after 42m56s

This commit is contained in:
nesteroff561 2025-06-01 18:02:55 +03:00
parent 9caa72d57e
commit ddd943bb2d

View file

@ -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