Skip to content

Commit

Permalink
Merge pull request #445 from nimblehq/bug/444-deploy-appstore-workflo…
Browse files Browse the repository at this point in the history
…w-missing-variables

[#444] Fix: Deploy Appstore Workflow failed cause of missing environment variables
  • Loading branch information
vnntsu authored May 26, 2023
2 parents 2b433c4 + 0945246 commit c605339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_app_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Deploy Build To App Store
### SSH_PRIVATE_KEY for Match Repo
### MATCH_PASS
### APPSTORE_CONNECT_API_KEY
### API_KEY_ID
### ISSUER_ID

on:
push:
Expand Down Expand Up @@ -72,6 +74,9 @@ jobs:
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
26 changes: 0 additions & 26 deletions fastlane/Managers/EnvironmentManager.rb

This file was deleted.

0 comments on commit c605339

Please sign in to comment.