Skip to content

Commit

Permalink
Use path of service account file and not the content itself
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed Sep 10, 2024
1 parent 16aad12 commit ad4ff88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase_deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{secrets.FIREBASE_APP_ID}}
serviceCredentialsFileContent: $HOME/secrets/braintree_demo_app-eb501d54ba5f.json
serviceCredentialsFile: $HOME/secrets/braintree_demo_app-eb501d54ba5f.json
groups: testers
file: Demo/build/outputs/apk/release/Demo-release-unsigned.apk

0 comments on commit ad4ff88

Please sign in to comment.