Fastlane TestFlight Dependencies (#1187)

This commit is contained in:
Ethan Pippin 2024-08-14 21:12:22 -06:00 committed by GitHub
parent 32f23ff295
commit 17f13fe36e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

@ -20,10 +20,11 @@ jobs:
run: |
git checkout ${{ github.event.client_payload.commitSHA }}
- run: 'echo "$SSH_KEY" > key'
shell: bash
env:
SSH_KEY: ${{secrets.P12_PASSWORD}}
- name: Install SwiftGen
run: brew install swiftgen
- name: Update Carthage
run: carthage update --use-xcframeworks --cache-builds
- name: Install the Apple certificate and provisioning profile
env: