This commit is contained in:
doms9 2025-09-01 21:57:58 -04:00
parent 0ab12e62e5
commit 00000d9fe7

View file

@ -22,6 +22,12 @@ jobs:
with:
fetch-depth: 0
- name: Setup SSH Agent
if: steps.check_time.outputs.run == 'true'
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Cache venv
if: steps.check_time.outputs.run == 'true'
uses: actions/cache@v3