Skip to content

Commit

Permalink
Update deploy_firebase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi1150 authored Feb 5, 2024
1 parent a8f0c76 commit dc8a67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: bundle exec fastlane deploy_firebase
env:
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
FIREBASE_TESTER_EMAILS: ${{ FIREBASE_TESTER_EMAILS }}
FIREBASE_TESTER_EMAILS: ${{ vars.FIREBASE_TESTER_EMAILS }}
SIGNING_KEYSTORE: ${{ github.workspace }}/app/keystore.jks
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
Expand Down

0 comments on commit dc8a67a

Please sign in to comment.