Skip to content

Commit 3cba0fb

Browse files
committed
chore: add environment variables for Firebase App Distribution in Android deployment
1 parent f76eed0 commit 3cba0fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-sample.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
- name: Run fastlane Android
167167
env:
168168
APP_VERSION: ${{ github.event.inputs.version }}
169+
GOOGLE_APPLICATION_CREDENTIALS: ${{ env.GOOGLE_APPLICATION_CREDENTIALS }}
170+
FIREBASEAPPDISTRO_APP: ${{ env.FIREBASEAPPDISTRO_APP }}
169171
run: |
170172
if [ -n "$APP_VERSION" ]; then
171173
yarn deploy:android version:$APP_VERSION

0 commit comments

Comments
 (0)