Skip to content

Commit

Permalink
CI failing - removed Add SSH key step
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Strijdom committed Sep 14, 2021
1 parent 104354e commit 0f8f046
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
bundler-cache: true
- name: Run pod install
run: bundle exec pod install --project-directory=Example
- name: Add SSH key
run: ssh-add - <<< "${{ secrets.SSH_KEY }}"
- name: Allow SSH fingerprinting
run: |
sudo defaults write com.apple.dt.Xcode IDEPackageSupportUseBuiltinSCM YES
Expand Down

0 comments on commit 0f8f046

Please sign in to comment.