Skip to content

Commit

Permalink
Try using service credentials file content
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed Sep 10, 2024
1 parent 5113172 commit fea2034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase_deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload artifact to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{secrets.FIREBASE_APP_ID}}
serviceCredentialsFile: $HOME/secrets/braintree_demo_app-eb501d54ba5f.json
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_CREDENTIAL_FILE_CONTENT }}
groups: testers
file: Demo/build/outputs/apk/release/Demo-release-unsigned.apk

0 comments on commit fea2034

Please sign in to comment.