mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
PM-6947: Correct Firebase credential file path (#1349)
This commit is contained in:
committed by
Álison Fernandes
parent
1e4e92a43b
commit
8b53641f76
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -425,7 +425,7 @@ jobs:
|
||||
APP_PLAY_FIREBASE_CREDS_PATH: ${{ github.workspace }}/secrets/app_play_prod_firebase-creds.json
|
||||
run: |
|
||||
bundle exec fastlane distributeBetaPlayStoreToFirebase \
|
||||
service_credentials_file:${{ env.APP_PLAY_FIREBASE_CREDS }}
|
||||
service_credentials_file:${{ env.APP_PLAY_FIREBASE_CREDS_PATH }}
|
||||
shell: bash
|
||||
|
||||
# Verify play store creds are valid for publication
|
||||
@@ -489,9 +489,9 @@ jobs:
|
||||
--name app_beta_fdroid-keystore.jks --file ${{ github.workspace }}/keystores/app_beta_fdroid-keystore.jks --output none
|
||||
shell: bash
|
||||
|
||||
# Download Firebase credentials for publishing to App Distribution on 'prod' variants.
|
||||
# Download Firebase credentials for publishing to App Distribution.
|
||||
- name: Download Firebase Credentials
|
||||
if: ${{ matrix.variant == 'prod' && inputs.distribute-to-firebase }}
|
||||
if: ${{ inputs.distribute-to-firebase }}
|
||||
env:
|
||||
ACCOUNT_NAME: bitwardenci
|
||||
CONTAINER_NAME: mobile
|
||||
|
||||
Reference in New Issue
Block a user