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 3308042 commit 51563ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcode_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Add SSH Key
run: |
eval "$(ssh-agent -s)"
ssh-add - <<< "${MATCH_DEPLOY_KEY}"
ssh-add - <<< "${{secrets.MATCH_DEPLOY_KEY}}"
- name: Fastlane Match
env:
Expand Down

0 comments on commit 51563ff

Please sign in to comment.