Skip to content

Commit

Permalink
keep iterating
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jan 30, 2024
1 parent d112e87 commit f4d1f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Clone and build devnet images
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.K8S_CI_SECRET }}'
ssh-add - <<< '${{ secrets.SSH_PRIVATE_KEY }}'
pip install -r requirements.txt
git clone https://github.com/maticnetwork/polygon-devnets
cd polygon-devnets/docker/pos
Expand Down

0 comments on commit f4d1f0d

Please sign in to comment.