Skip to content

Commit e8ef726

Browse files
authored
Update blank.yml
1 parent c714928 commit e8ef726

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/blank.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,22 @@ jobs:
3030
run: rbenv versions
3131
- name: List Installed Xcodes
3232
run: xcodes installed
33-
- name: Brew Install
34-
run: brew install hashicorp/tap/vault
33+
- name: Hosts File
34+
run: cat ~/.ssh/known_hosts || true
35+
- name: Hosts
36+
run: ssh-keyscan -t rsa,ecdsa,ed25519 github.com
3537
- name: Setup SSH agent
3638
uses: webfactory/[email protected]
3739
with:
38-
ssh-private-key: test
40+
ssh-private-key: |
41+
-----BEGIN RSA PRIVATE KEY-----
42+
MIIBOgIBAAJBAKj34GkxFhD90vcNLYLInFEX6Ppy1tPf9Cnzj4p4WGeKLs1Pt8Qu
43+
KUpRKfFLfRYC9AIKjbJTWit+CqvjWYzvQwECAwEAAQJAIJLixBy2qpFoS4DSmoEm
44+
o3qGy0t6z09AIJtH+5OeRV1be+N4cDYJKffGzDa88vQENZiRm0GRq6a+HPGQMd2k
45+
TQIhAKMSvzIBnni7ot/OSie2TmJLY4SwTQAevXysE2RbFDYdAiEBCUEaRQnMnbp7
46+
9mxDXDf6AU0cN/RPBjb9qSHDcWZHGzUCIG2Es59z8ugGrDY+pxLQnwfotadxd+Uy
47+
v/Ow5T0q5gIJAiEAyS4RaI9YG8EWx/2w0T67ZUVAw8eOMB6BIUg0Xcu+3okCIBOs
48+
/5OiPgoTdSy7bcF9IGpSE8ZgGKzgYQVZeN97YE00
49+
-----END RSA PRIVATE KEY-----
3950
- name: List
4051
run: xcrun simctl list

0 commit comments

Comments
 (0)