Skip to content

Commit

Permalink
#TestFlight #alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkumpe committed Dec 23, 2023
1 parent 72d83f2 commit 3308042
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/xcode_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
newrelic_token: ${{ secrets.NEWRELIC_TOKEN }}
unsplash_accesskey: ${{ secrets.UNSPLASH_ACCESSKEY }}
unsplash_secretkey: ${{ secrets.UNSPLASH_SECRETKEY }}
MATCH_DEPLOY_KEY: $
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
run: bundle exec pod check || bundle exec pod install

Expand Down Expand Up @@ -127,16 +128,12 @@ jobs:
newrelic_token: ${{ secrets.NEWRELIC_TOKEN }}
unsplash_accesskey: ${{ secrets.UNSPLASH_ACCESSKEY }}
unsplash_secretkey: ${{ secrets.UNSPLASH_SECRETKEY }}
MATCH_DEPLOY_KEY: $
run: bundle exec pod check || bundle exec pod install

- name: Fix Git
run: git config --global --add url."git@github.com:".insteadOf "https://github.com/"

- name: Add SSH Key
run: |
eval "$(ssh-agent -s)"
ssh-add - <<< "${MATCH_DEPLOY_KEY}"
- name: Add SSH Key
run: |
eval "$(ssh-agent -s)"
Expand Down

0 comments on commit 3308042

Please sign in to comment.