Skip to content

Commit e8025c5

Browse files
committed
Tweak parameters
1 parent 03f939e commit e8025c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/performance-metrics.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
use_extensibility: false
4343
is_private_client: true
4444
setup_hybrid: false
45-
project_dir: 'build'
46-
project_id: 'FOOOOOOOOOOOOOOOOOO'
45+
project_dir: 'storefront'
46+
project_id: 'storefront'
4747
org_id: 'f_ecom_tbbn_prd'
4848
short_code: 'performance-001'
4949
client_id: '9629ef22-f8b8-4987-90ac-b815be3940c8'
5050
site_id: 'SiteNemesis'
51-
instance_url: 'zzrf-001.dx.commercecloud.salesforce.com' # this doesn't matter because the OCAPI proxy in Runtime Admin will take precedence
51+
instance_url: 'https://zzrf-001.dx.commercecloud.salesforce.com' # this doesn't matter because the OCAPI proxy in Runtime Admin will take precedence
5252

5353
# TODO: is this step still needed? I think it expects a project key
5454
# - name: Validate Generated Retail App Private Client
@@ -63,6 +63,7 @@ jobs:
6363
mobify_user: ${{ secrets.MOBIFY_CLIENT_USER }}
6464
mobify_api_key: ${{ secrets.MOBIFY_CLIENT_API_KEY }}
6565

66+
# TODO: how did Rob run his push command?
6667
- name: Push Bundle to MRT
6768
uses: './.github/actions/push_to_mrt'
6869
with:

0 commit comments

Comments
 (0)