Skip to content

Commit

Permalink
Build brave_services_key into Whist (#7204)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenniles authored Sep 7, 2022
1 parent a0cba0f commit 9706824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/whist-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 9706824

Please sign in to comment.