Skip to content

Commit 2732550

Browse files
authored
Merge pull request #3630 from autonomys/runner-ssh-access
Give SSH access to GitHub runners
2 parents 9c5495f + b1aa886 commit 2732550

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/runs-on.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ runners:
66
family: ["c7a", "c7i", "m7a", "m7i"]
77
spot: capacity-optimized
88
image: ubuntu22-full-x64
9+
# Give runner SSH access to the GitHub SSH keys of these accounts
10+
admins:
11+
- jfrank-summit
12+
- teor2345
13+
- vedhavyas

0 commit comments

Comments
 (0)