Skip to content

Commit

Permalink
Update build-and-test-ios-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 22, 2024
1 parent 7fc9081 commit b96f9fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
# run: bundle exec fastlane test
- name: Run Fastlane match
run: bundle exec fastlane match appstore
env:
BUILD_NUMBER: ${{ github.run_number }}
IOS_MATCH_GITLAB_AUTH: ${{ secrets.IOS_MATCH_GITLAB_AUTH }}
IOS_KEYCHAIN_PASSWORD: ${{ secrets.IOS_KEYCHAIN_PASSWORD }}
IOS_APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.IOS_APP_STORE_CONNECT_API_KEY_KEY_ID }}
IOS_APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.IOS_APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
IOS_APP_STORE_CONNECT_API_KEY_PASSWORD: ${{ secrets.IOS_APP_STORE_CONNECT_API_KEY_PASSWORD }}
MATCH_PASSWORD: ${{ secrets.IOS_MATCH_PASSWORD }}

- name: Debug code signing identities after match
run: security find-identity -v -p codesigning || echo "No identities found"
Expand Down

0 comments on commit b96f9fe

Please sign in to comment.