Skip to content

Commit

Permalink
chore(): new secrets names + envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 27, 2024
1 parent 25c2923 commit 00581e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ jobs:
- name: Set up Fastlane API Key
run: |
echo "${{ secrets.APP_STORE_CONNECT_API_KEY_CONTENT }}" > ios/fastlane/AuthKey.p8
echo "${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY }}" > ios/fastlane/AuthKey.p8
env:
APP_STORE_CONNECT_API_KEY_CONTENT: ${{ secrets.APP_STORE_CONNECT_API_KEY_CONTENT }}
APP_STORE_CONNECT_PRIVATE_KEY: ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY }}

- name: Run Fastlane Lane
run: |
cd ios
bundle exec fastlane beta
env:
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 }}
APP_STORE_CONNECT_KEY_IDENTIFIER: ${{ secrets.APP_STORE_CONNECT_KEY_IDENTIFIER }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}

# Fifth job: Build Android
# build_android:
Expand Down

0 comments on commit 00581e3

Please sign in to comment.