Skip to content

Commit 5a40a47

Browse files
authored
Add ssh key to test runners for debugging purposes (#161)
1 parent 0f0baa6 commit 5a40a47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
memory: 32GB
2929
core-fraction: 100
3030
subnet-id: e9bu12i8ocv6q8kl83ru
31+
user: yc-admin
32+
ssh-public-key: ${{ secrets.CI_RUNNER_DEBUG_SHH_PUBLIC_KEY }}
3133
smart-checkout:
3234
needs:
3335
- start-runner

0 commit comments

Comments
 (0)