Skip to content

Commit

Permalink
Try using a file for Google creds for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Jun 23, 2023
1 parent ce366d9 commit f0f5fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
echo "storeFile=upload-keystore.jks" >> key.properties
echo "$PLAY_STORE_JSON_KEY" > PLAY_STORE_JSON_KEY.json
env:
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}
Expand Down
3 changes: 2 additions & 1 deletion android/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
package_name("dk.cachet.carp_study_app") #
package_name("dk.cachet.carp_study_app") #
json_key_file("PLAY_STORE_JSON_KEY.json") #

0 comments on commit f0f5fe3

Please sign in to comment.