Skip to content

Commit 6d4f3d1

Browse files
committed
Set FIREBASE_APP_CHECK_DEBUG_SECRET
1 parent 2823774 commit 6d4f3d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sessions-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
3737
- uses: google-github-actions/setup-gcloud@v0
3838
- name: Run sessions end-to-end tests
39+
env:
40+
FIREBASE_APP_CHECK_DEBUG_SECRET: ${{ secrets.FIREBASE_APP_CHECK_DEBUG_SECRET }}
3941
run: |
4042
./gradlew :firebase-sessions:deviceCheck withErrorProne -PtargetBackend="prod"

0 commit comments

Comments
 (0)