We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68927d0 commit b3d9935Copy full SHA for b3d9935
.github/workflows/firebase-deploy.yml
@@ -63,9 +63,11 @@ jobs:
63
run: npm install -g firebase-tools
64
65
- name: Firebase App Distribution
66
+ env:
67
+ FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
68
run: |
69
firebase appdistribution:distribute ${{ github.workspace }}/app-release.apk \
70
--app "1:915379517791:android:d4e7cb446a612f8c789eea" \
71
--groups "leatherhood" \
- --token "${{ inputs.FIREBASE_TOKEN }}"
72
+ --token "${{ secrets.FIREBASE_TOKEN }}"
73
shell: bash
0 commit comments