idk
Some checks failed
Github Push back to gitea / build (push) Failing after 31s

This commit is contained in:
Ward from fusion-voyager-3 2024-12-04 23:42:22 +03:00
parent 4243b7a9cf
commit 49186f9a79
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
#! /bin/bash
mkdir -p ~/.ssh
ssh-keyscan pika-os.com >> ~/.ssh/known_hosts
ssh-keyscan git.pika-os.com >> ~/.ssh/known_hosts
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "$1"
#mkdir -p ~/.ssh
#ssh-keyscan pika-os.com >> ~/.ssh/known_hosts
#ssh-keyscan git.pika-os.com >> ~/.ssh/known_hosts
#ssh-agent -a $SSH_AUTH_SOCK > /dev/null
#ssh-add - <<< "$1"
ssh -vT git@git.pika-os.com

View File

@ -24,7 +24,7 @@ jobs:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
key: ${{ secrets.GPG_PRIVATE_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace