Add intercom app id during client build for the github-release workflow (#6197)

This commit is contained in:
Rishabh Saxena 2021-07-27 17:48:14 +05:30
parent 8f4db40b0f
commit 01b1030f7a

View File

@ -82,6 +82,7 @@ jobs:
REACT_APP_FUSIONCHARTS_LICENSE_KEY: '${{ secrets.APPSMITH_FUSIONCHARTS_LICENSE_KEY }}'
REACT_APP_SEGMENT_CE_KEY: '${{ secrets.APPSMITH_SEGMENT_CE_KEY }}'
REACT_APP_VERSION_ID: '${{ needs.prelude.outputs.tag }}'
REACT_APP_INTERCOM_APP_ID: '${{ secrets.APPSMITH_INTERCOM_ID }}'
run: |
REACT_APP_VERSION_RELEASE_DATE="$(date -u '+%Y-%m-%dT%H:%M:%SZ')" \
yarn build