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

This commit is contained in:
Ward from fusion-voyager-3 2024-12-05 15:33:50 +03:00
parent 3b63c81108
commit a31ecf6061
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ mkdir -p ~/.ssh
ssh-keyscan pika-os.com >> ~/.ssh/known_hosts
ssh-keyscan git.pika-os.com >> ~/.ssh/known_hosts
#echo -e "Host git.pika-os.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
echo -e "Host git.pika-os.com\n\tIdentityFile ~/.ssh/id_rsa\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
#echo -e "Host git.pika-os.com\n\tIdentityFile ~/.ssh/id_rsa\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
#ssh-agent -a $SSH_AUTH_SOCK > /dev/null
#ssh-add - <<< "$1"

View File

@ -24,7 +24,7 @@ jobs:
- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
ssh-private-key: ${{ secrets.GITEA_SSH_KEY }}
- name: Run
env: