Skip to content

Commit

Permalink
fix: use api key
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 23, 2023
1 parent 329a0ae commit b1fc3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-deploy-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
cd ./packages/mobile
fastlane ios beta
env:
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
2 changes: 1 addition & 1 deletion packages/mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ fastlane_version '2.216.0'
platform :ios do
desc 'Ship to TestFlight'
lane :beta do
pilot
pilot(api_key)
end
end

0 comments on commit b1fc3f4

Please sign in to comment.