Update build.yml
All checks were successful
Linux arm64 / Build (push) Successful in 37s

This commit is contained in:
2024-11-23 15:50:07 +00:00
parent c067f0b437
commit d630bb4812

View File

@@ -17,8 +17,12 @@ jobs:
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_KEY_PERSO }}
ssh-private-key: ${{ secrets.SSH_KEY_PORTFOLIO }}
- name: Add remote host to known_hosts
run: |
mkdir -p ~/.ssh
ssh-keyscan -H git.ale-pri.com >> ~/.ssh/known_hosts
- uses: actions/upload-artifact@v3
with: