From c6a64d852621a423ed0c5ca74c338c4c15c295e4 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 14 May 2024 11:18:23 -0400 Subject: [PATCH] fix: secrets --- .github/SECRETS.md | 2 ++ Cargo.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/SECRETS.md b/.github/SECRETS.md index 3022dcfa..fbca417a 100644 --- a/.github/SECRETS.md +++ b/.github/SECRETS.md @@ -6,6 +6,8 @@ Generated randomly and used by Cloud app to sign JWTs. ## `ECHO_TEST_FCM_V1_CREDENTIALS` +From 1Password: `Firebase Push Server Tests Service Account` + FCM v1 service account credentials for test cases. Setup: diff --git a/Cargo.toml b/Cargo.toml index c8aa7ab5..65dcdbf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ build = "build.rs" resolver = "2" [features] -# default = ["full"] full = ["functional_tests", "multitenant", "analytics", "geoblock", "cloud", "apns_tests", "fcm_tests", "fcmv1_tests"] # Used to enable functional tests functional_tests = []