Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit f2e3d97

Browse files
committed
Retrieve firebase files from container
1 parent 6308aed commit f2e3d97

File tree

3 files changed

+10
-29
lines changed

3 files changed

+10
-29
lines changed

.github/workflows/build-authenticator.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ local.properties
2727
fastlane/report.xml
2828
fastlane/README.md
2929
/.kotlin/
30+
31+
# Secrets
32+
/keystores/*.jks
33+
google-services.json

authenticator/src/google-services.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)