From 9706824b1ee8e7ead58907c5dc62b9a5686ca2ef Mon Sep 17 00:00:00 2001 From: Owen Niles Date: Wed, 7 Sep 2022 09:38:15 -0400 Subject: [PATCH] Build brave_services_key into Whist (#7204) --- .github/workflows/whist-build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/whist-build-and-deploy.yml b/.github/workflows/whist-build-and-deploy.yml index 767bd95063a..861684a9c40 100644 --- a/.github/workflows/whist-build-and-deploy.yml +++ b/.github/workflows/whist-build-and-deploy.yml @@ -1185,7 +1185,7 @@ jobs: --uphold_client_secret=x \ --uphold_staging_client_id=x \ --uphold_staging_client_secret=x \ - --gn=brave_services_key:#{{ secrets.WHIST_CHROMIUM_BROWSER_BRAVE_SERVICES_KEY }} \ + --gn=brave_services_key:${{ secrets.WHIST_CHROMIUM_BROWSER_BRAVE_SERVICES_KEY }} \ --gn=brave_stats_api_key:x \ --gn=brave_stats_updater_url:x \ --gn=brave_sync_endpoint:x \ @@ -1258,7 +1258,7 @@ jobs: --uphold_client_secret=x \ --uphold_staging_client_id=x \ --uphold_staging_client_secret=x \ - --gn=brave_services_key:x \ + --gn=brave_services_key:${{ secrets.WHIST_CHROMIUM_BROWSER_BRAVE_SERVICES_KEY }} \ --gn=brave_stats_api_key:x \ --gn=brave_stats_updater_url:x \ --gn=brave_sync_endpoint:x \