From 0178ac37fd434cdbb016869d95eaf8dd2513a22f Mon Sep 17 00:00:00 2001 From: jeffplays2005 Date: Sun, 6 Oct 2024 14:33:27 +1300 Subject: [PATCH] Use prod firebase api key instead of staging --- .github/workflows/update_google_sheet_members.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_google_sheet_members.yml b/.github/workflows/update_google_sheet_members.yml index 6503ad3b..263ed951 100644 --- a/.github/workflows/update_google_sheet_members.yml +++ b/.github/workflows/update_google_sheet_members.yml @@ -11,7 +11,7 @@ env: MEMBERS_GOOGLE_SPREADSHEET_ID: ${{secrets.MEMBERS_GOOGLE_SPREADSHEET_ID}} MEMBERS_GOOGLE_SHEET_ID: ${{secrets.MEMBERS_GOOGLE_SHEET_ID}} GOOGLE_SERVICE_ACCOUNT_JSON: ${{secrets.FIREBASE_SERVICE_ACCOUNT_UASC_PROD}} - NEXT_PUBLIC_FIREBASE_API_KEY: ${{secrets.VITE_FIREBASE_API_KEY}} + NEXT_PUBLIC_FIREBASE_API_KEY: ${{secrets.PROD_FIREBASE_API_KEY}} jobs: update_google_sheet_members: