Skip to content

Commit b078aa4

Browse files
author
colinlyguo
committed
add secrets
1 parent 0f9cfe6 commit b078aa4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/docker.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,18 @@ jobs:
307307
REPOSITORY: coordinator-api
308308
run: |
309309
aws --region ${{ env.AWS_REGION }} ecr describe-repositories --repository-names ${{ env.REPOSITORY }} && : || aws --region ${{ env.AWS_REGION }} ecr create-repository --repository-name ${{ env.REPOSITORY }}
310-
- name: Setup SSH for private repos
310+
- name: Setup SSH for OPENVM_GPU repo
311311
uses: webfactory/[email protected]
312312
with:
313313
ssh-private-key: ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
314+
- name: Setup SSH for OPENVM_STARK_GPU repo
315+
uses: webfactory/[email protected]
316+
with:
317+
ssh-private-key: ${{ secrets.OPENVM_STARK_GPU_SSH_PRIVATE_KEY }}
318+
- name: Setup SSH for PLONKY3_GPU repo
319+
uses: webfactory/[email protected]
320+
with:
321+
ssh-private-key: ${{ secrets.PLONKY3_GPU_SSH_PRIVATE_KEY }}
314322
- name: Run custom script
315323
run: |
316324
./build/dockerfiles/coordinator-api/init-openvm.sh

0 commit comments

Comments
 (0)