Skip to content

Commit

Permalink
create store.json on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed May 25, 2024
1 parent 64415d4 commit 6ad4f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
jobs:
deployIos:
runs-on: macos-latest
env:
ASC_JSON_KEY: ${{ secrets.ASC_JSON_KEY }}
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
Expand All @@ -21,10 +23,11 @@ jobs:
ruby-version: "3.3"
bundler-cache: true
working-directory: ios
- name: Setup app store connect
run: echo "$ASC_JSON_KEY" >> ./fastlane/store.json
- name: Build and Deploy to TestFlight
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
ASC_JSON_KEY: ${{ secrets.ASC_JSON_KEY }}
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
run: |
cd ./ios
Expand Down

0 comments on commit 6ad4f6d

Please sign in to comment.