We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581262f commit 900d57cCopy full SHA for 900d57c
.github/workflows/docker.yml
@@ -334,12 +334,6 @@ jobs:
334
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts 2>/dev/null
335
336
echo "Number of loaded keys: $(ssh-add -l | wc -l)"
337
- - name: Setup SSH Agent
338
- uses: webfactory/[email protected]
339
- with:
340
- ssh-private-key: ${{ steps.setup-keys.outputs.keys }}
341
- env:
342
- SSH_PRIVATE_KEY: ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }} # just for syntax correctness
343
- name: Run custom script
344
run: |
345
./build/dockerfiles/coordinator-api/init-openvm.sh
0 commit comments