test fake key x2
Some checks failed
/ deploy (push) Failing after 6s

This commit is contained in:
toufic ar 2026-01-07 06:38:47 +02:00
parent 8b95c161a8
commit 450ac2cbd9
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -15,7 +15,8 @@ jobs:
apt install rsync -y apt install rsync -y
- name: test fake key - name: test fake key
run: | run: |
echo "${{ secrets.FAKE_KEY }}" | tr -d "\r" echo "${{ secrets.FAKE_KEY }}" | tr -d "\r" > ./fake
ssh-keygen -y -f ./fake
exit 1 exit 1
- name: add ssh key - name: add ssh key
run: | run: |