ci: mkdir .ssh

This commit is contained in:
Jozef Steinhübl 2024-08-27 15:28:22 +02:00
parent 6b5b4459c9
commit 3e88bfd4e6
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -11,6 +11,8 @@ jobs:
- run: | - run: |
set +x set +x
mkdir ~/.ssh -p
git remote add gimi-sourcehut git@git.sr.ht:~hyro/zed-discord-presence git remote add gimi-sourcehut git@git.sr.ht:~hyro/zed-discord-presence
ssh-keyscan git.sr.ht >> ~/.ssh/known_hosts ssh-keyscan git.sr.ht >> ~/.ssh/known_hosts
echo -e "$SOURCEHUT" >> ~/.ssh/gimi-sourcehut echo -e "$SOURCEHUT" >> ~/.ssh/gimi-sourcehut