Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 860a237

Browse files
author
Victor Sarda
committed
Removed unused ssh configs in PR workflow
1 parent 8a29848 commit 860a237

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pull-request-workflow.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
bundler-cache: true
2424
- name: Run pod install
2525
run: bundle exec pod install --project-directory=Example
26-
- name: Add SSH key
27-
run: ssh-add - <<< "${{ secrets.SSH_KEY }}"
28-
- name: Allow SSH fingerprinting
29-
run: |
30-
sudo defaults write com.apple.dt.Xcode IDEPackageSupportUseBuiltinSCM YES
31-
rm ~/.ssh/id_rsa || true
32-
for ip in $(dig @8.8.8.8 bitbucket.org +short); do ssh-keyscan bitbucket.org,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts || true
33-
for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts || true
3426
- name: Run tests
3527
run: bundle exec fastlane unit_tests device:'iPhone 11'
3628
- name: Validate lib

0 commit comments

Comments
 (0)