From a1425f077fceb9c577fa44564249d53420d60e4b Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 21 May 2024 14:49:07 -0700 Subject: [PATCH] [auth-swift] Fix auth sample CI for latest analytics --- .github/workflows/auth.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index ee3bb90ea60..8dc4f2782e7 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -60,6 +60,7 @@ jobs: env: plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }} + FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1 runs-on: macos-13 steps: - uses: actions/checkout@v4