We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad5bc6 commit 59b6e2cCopy full SHA for 59b6e2c
.github/workflows/Upload To Firebase App Distribution.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Upload artifact to Firebase App Distribution
73
uses: wzieba/Firebase-Distribution-Github-Action@v1
74
with:
75
- appId: ${{secrets.FIREBASE_APP_ID}}
+ appId: ${{ github.event.inputs.environment == 'staging' && secrets.FIREBASE_APP_ID || secrets.FIREBASE_RELEASE_APP_ID }}
76
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
77
groups: testers
78
file: ${{ github.event.inputs.environment == 'staging' && 'app/build/outputs/apk/debug/app-debug.apk' || 'app/build/outputs/apk/release/app-release.apk' }}
0 commit comments