one mor etime
This commit is contained in:
parent
29779716bf
commit
9a3670fea3
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ jobs:
|
||||||
- name: Make id_ed25519 user only
|
- name: Make id_ed25519 user only
|
||||||
run: |
|
run: |
|
||||||
# output to null to avoid leaking the key
|
# output to null to avoid leaking the key
|
||||||
echo ${{ secrets.SSH_USER }} | base64 -d > $HOME/.ssh/id_ed25519 >/dev/null 2>&1
|
# echo ${{ secrets.SSH_USER }} | base64 -d > $HOME/.ssh/id_ed25519 >/dev/null 2>&1
|
||||||
echo ${{ secrets.FOR_GIT_SSH }} > $HOME/test >/dev/null 2>&1
|
echo ${{ secrets.SSH_USER }} > $HOME/.ssh/id_ed25519 >/dev/null 2>&1
|
||||||
ls -la $HOME/.ssh
|
ls -la $HOME/.ssh
|
||||||
chmod 600 $HOME/.ssh/id_ed25519
|
chmod 600 $HOME/.ssh/id_ed25519
|
||||||
- uses: https://github.com/cachix/cachix-action@v15
|
- uses: https://github.com/cachix/cachix-action@v15
|
||||||
|
|
Loading…
Reference in a new issue