This repository was archived by the owner on Mar 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-29
lines changed
Expand file tree Collapse file tree 3 files changed +10
-29
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,12 @@ jobs:
127127 az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
128128 --name authenticator_aab-keystore.jks --file ${{ github.workspace }}/keystores/authenticator_aab-keystore.jks --output none
129129
130+ az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
131+ --name com.bitwarden.authenticator-google-services.json --file ${{ github.workspace }}/authenticator/src/google-services.json --output none
132+
133+ az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
134+ --name com.bitwarden.authenticator.dev-google-services.json --file ${{ github.workspace }}/authenticator/src/debug/google-services.json --output none
135+
130136 - name : Download Firebase credentials
131137 if : ${{ inputs.distribute-to-firebase || github.event_name == 'push' }}
132138 env :
Original file line number Diff line number Diff line change @@ -27,3 +27,7 @@ local.properties
2727fastlane /report.xml
2828fastlane /README.md
2929/.kotlin /
30+
31+ # Secrets
32+ /keystores /* .jks
33+ google-services.json
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments