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-05 15:50:33 +03:00
parent 0362631a11
commit c1aada8523
2 changed files with 8 additions and 4 deletions

View File

@ -10,7 +10,8 @@ ssh-keyscan -H git.pika-os.com >> ~/.ssh/known_hosts
#export GIT_SSH_COMMAND="ssh -F ~/.ssh/config"
ssh -o StrictHostKeyChecking=no -vT git@git.pika-os.com
#ssh -o StrictHostKeyChecking=no -vT git@git.pika-os.com
ssh -vT git@git.pika-os.com
# Commit changes to git
git config --global user.name 'ferreo'

View File

@ -21,10 +21,13 @@ jobs:
- name: Is github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
ssh-private-key: ${{ secrets.GITEA_SSH_KEY }}
key: ${{ secrets.GITEA_SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Run
env: