Add ssh key

This commit is contained in:
Simon Alibert 2024-04-09 11:44:55 +02:00
parent dba0375089
commit d44950e020
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ jobs:
with:
python-version: '3.10'
- name: Add SSH key for installing envs
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
#----------------------------------------------
# install & configure poetry
#----------------------------------------------