Skip to content

Commit

Permalink
[#444] - Update Deploy Appstore Workflow by injecting environment var…
Browse files Browse the repository at this point in the history
…iable

- Update rename key name FIREBASE_CLI_TOKEN to FIREBASE_TOKEN
  • Loading branch information
ducbm051291 committed May 8, 2023
1 parent 2b433c4 commit 6a9852e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy_app_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,18 @@ jobs:
- name: Build and Test
run: bundle exec fastlane buildAndTest

- name: Match AppStore
run: bundle exec fastlane syncAppStoreCodeSigning
- name: Update Provision Profile
run: bundle exec fastlane updateProvisionSettings
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASS }}

- name: Build App and Distribute to AppStore
run: bundle exec fastlane buildAndUploadToAppStore
env:
APPSTORE_CONNECT_API_KEY: ${{ secrets.APPSTORE_CONNECT_API_KEY }}
API_KEY_ID: ${{ secrets.API_KEY_ID }}
ISSUER_ID: ${{ secrets.ISSUER_ID }}
BUMP_APP_STORE_BUILD_NUMBER: "true"

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6a9852e

Please sign in to comment.