Skip to content

Commit

Permalink
chore(github-workflow): add profile host env var to various testing e…
Browse files Browse the repository at this point in the history
…nvs (#4923)

### Related Ticket(s)

Change profile endpoint on Carbon Masthead for signed in state #4701

### Description

Add the profile host env var to various testing envs
previously added the variable to only react testing envs

deploy-canary:
- react-experimental
- react-rtl
- web-components
- web-components-rtl
- web-components-experimental
- web-components-react
- services

deploy-staging:
- web-components
  • Loading branch information
annawen1 authored Jan 19, 2021
1 parent a7f36a6 commit 6f3436b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
DDS_FLAGS_ALL: true
- name: Building @carbon/ibmdotcom-react (experimental) storybook
run: yarn build-storybook
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
REACT_STORYBOOK_USE_RTL: true
- name: Building @carbon/ibmdotcom-react (RTL) storybook
run: yarn build-storybook
Expand Down Expand Up @@ -144,6 +146,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
- name: Building @carbon/ibmdotcom-web-components storybook
run: yarn build-storybook
working-directory: packages/web-components
Expand Down Expand Up @@ -182,6 +185,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
STORYBOOK_IBMDOTCOM_WEB_COMPONENTS_USE_RTL: true
- name: Building @carbon/ibmdotcom-web-components RTL storybook
run: yarn build-storybook
Expand Down Expand Up @@ -221,6 +225,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
DDS_FLAGS_ALL: true
- name: Building @carbon/ibmdotcom-web-components experimental storybook
run: yarn build-storybook
Expand Down Expand Up @@ -260,6 +265,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
- name: Building @carbon/ibmdotcom-web-components react wrapper storybook
run: yarn build-storybook:react
working-directory: packages/web-components
Expand Down Expand Up @@ -298,6 +304,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
- name: Building @carbon/ibmdotcom-services JSDocs
run: yarn jsdoc
working-directory: packages/services
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PROFILE_HOST: ${{ secrets.PROFILE_HOST }}
- name: Building @carbon/ibmdotcom-web-components (staging) storybook
run: yarn build-storybook
working-directory: packages/web-components
Expand Down

0 comments on commit 6f3436b

Please sign in to comment.