Skip to content

Commit

Permalink
test(env)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 20, 2023
1 parent 71365c2 commit 3950064
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/apps/skolplattformen-app-new/Gemfile
steps:
- name: Set ENVFILE
run: echo "$MAPS_API_KEY" > .env
env:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -49,8 +53,9 @@ jobs:
KEY_JSON: ${{ secrets.KEY_JSON }}
- run: cd apps/skolplattformen-app-new/android && bundle exec fastlane android beta
env:
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
ALIAS_KEY_PASSWORD: ${{ secrets.ALIAS_KEY_PASSWORD }}
ENVFILE: .env
# SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
# ALIAS_KEY_PASSWORD: ${{ secrets.ALIAS_KEY_PASSWORD }}
- name: 'Store artifact native_debug_symbols.zip'
uses: actions/upload-artifact@v3
if: ${{ failure() }}
Expand Down

0 comments on commit 3950064

Please sign in to comment.