Skip to content

Commit

Permalink
refactor(test key.json)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 25, 2023
1 parent 5b0eb65 commit 8c23fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
env:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
- name: Setup key.json
run: echo "KEY_JSON=${{ secrets.KEY_JSON }}" > ${{ github.workspace }}/apps/skolplattformen-app-new/android/key.json
run: echo "KEY_JSON=testtesthellohello" > ${{ github.workspace }}/apps/skolplattformen-app-new/android/key.json
env:
KEY_JSON: ${{ github.workspace }}/apps/skolplattformen-app-new/android/key.json
- run: cat ${{ github.workspace }}/apps/skolplattformen-app-new/android/key.json
- run: cd apps/skolplattformen-app-new/android && bundle exec fastlane android beta
# env:
# ENVFILE: .env
Expand Down

0 comments on commit 8c23fdf

Please sign in to comment.