Skip to content

Commit b912773

Browse files
committed
chore: remove unused environment variables from Android deployment in GitHub Actions
1 parent 3cba0fb commit b912773

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-sample.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ 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 }}
171169
run: |
172170
if [ -n "$APP_VERSION" ]; then
173171
yarn deploy:android version:$APP_VERSION

0 commit comments

Comments
 (0)