Add intercom app id during client build for the github-release workflow (#6197)
This commit is contained in:
parent
337e6b7682
commit
4b11b3a93c
1
.github/workflows/github-release.yml
vendored
1
.github/workflows/github-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user