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 2823774 commit 6d4f3d1Copy full SHA for 6d4f3d1
.github/workflows/sessions-e2e.yml
@@ -36,5 +36,7 @@ jobs:
36
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
37
- uses: google-github-actions/setup-gcloud@v0
38
- name: Run sessions end-to-end tests
39
+ env:
40
+ FIREBASE_APP_CHECK_DEBUG_SECRET: ${{ secrets.FIREBASE_APP_CHECK_DEBUG_SECRET }}
41
run: |
42
./gradlew :firebase-sessions:deviceCheck withErrorProne -PtargetBackend="prod"
0 commit comments