File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,22 @@ jobs:
30
30
run : rbenv versions
31
31
- name : List Installed Xcodes
32
32
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
35
37
- name : Setup SSH agent
36
38
uses :
webfactory/[email protected]
37
39
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-----
39
50
- name : List
40
51
run : xcrun simctl list
You can’t perform that action at this time.
0 commit comments