Skip to content

Commit ce785f3

Browse files
committed
chore: try publish expo build with firebase
1 parent a0e6eaf commit ce785f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/firebase-deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ jobs:
6363
run: npm install -g firebase-tools
6464

6565
- name: Firebase App Distribution
66+
env:
67+
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
6668
run: |
6769
firebase appdistribution:distribute ${{ github.workspace }}/app-release.apk \
6870
--app "1:915379517791:android:d4e7cb446a612f8c789eea" \
6971
--groups "leatherhood" \
70-
--token "${{ inputs.FIREBASE_TOKEN }}"
72+
--token "${{ secrets.FIREBASE_TOKEN }}"
7173
shell: bash

0 commit comments

Comments
 (0)