Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 6, 2024
2 parents 6337487 + 3607c0a commit 136231f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/flutter-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ inputs:
firebase-token:
description: 'Firebase token'
required: true
env:
FIREBASE_TOKEN: ${{ inputs.firebase-token }}

runs:
using: "composite"
steps:
Expand Down Expand Up @@ -36,5 +39,3 @@ runs:
run: |
dart pub global activate flutterfire_cli 1.0.1-dev.4
flutterfire configure -p authentication-699e4 --android-package-name=com.codeTrenchers.evBookingOperators --platforms="android" --yes
env:
FIREBASE_TOKEN: ${{ inputs.firebase-token }}

0 comments on commit 136231f

Please sign in to comment.