Skip to content

Commit

Permalink
[#6] Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiasama committed Nov 24, 2023
1 parent 537f4f7 commit 40b6761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Deploy production to Firebase
uses: wzieba/[email protected]
with:
appId: ${{ env.ANDROID_FIREBASE_APP_ID }}
appId: ${{ vars.ANDROID_FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIAL_FILE_CONTENT }}
groups: nimble
file: sample/android/build/outputs/apk/production/release/android-production-release.apk
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Deploy staging to Firebase
uses: wzieba/[email protected]
with:
appId: ${{ env.ANDROID_FIREBASE_APP_ID }}
appId: ${{ vars.ANDROID_FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIAL_FILE_CONTENT }}
groups: nimble
file: sample/android/build/outputs/apk/staging/debug/android-staging-debug.apk

0 comments on commit 40b6761

Please sign in to comment.