PM-6947: Correct Firebase credential file path (#1349)

This commit is contained in:
Patrick Honkonen 2024-05-09 14:29:53 -04:00 committed by Álison Fernandes
parent 1e4e92a43b
commit 8b53641f76

View file

@ -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