Skip to content

Commit

Permalink
temporary keychain feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stelselim committed May 22, 2024
1 parent 3f282fe commit 2b4c575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Build & Upload iOS App
uses: ./.github/actions/build_ios
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
Expand Down
3 changes: 3 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ platform :ios do

desc "Upload a new build to AppStore"
lane :release do
setup_ci
sh("npm", "ci", "--legacy-peer-deps")
cocoapods

Expand All @@ -30,6 +31,8 @@ platform :ios do

UI.message("Get the latest build number from AppStore Connect")
build_num = app_store_build_number(
live: false,
initial_build_number: 0,
api_key: api_key,
version: APPLE_STORE_VERSION,
)
Expand Down

0 comments on commit 2b4c575

Please sign in to comment.