From ccadda441beffb50e2f69ae3fef771cfab3e331e Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Tue, 5 May 2020 14:56:39 -0300 Subject: [PATCH] Add INTERCOM_ID variable --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8442f310..6e0566de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ env: REACT_APP_INFURA_TOKEN: ${{ secrets.REACT_APP_INFURA_TOKEN }} REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }} REACT_APP_GNOSIS_APPS_URL: ${{ secrets.REACT_APP_GNOSIS_APPS_URL }} - + REACT_APP_INTERCOM_ID: ${{ secrets.REACT_APP_INTERCOM_ID }} jobs: release: runs-on: ${{ matrix.os }} @@ -28,13 +28,13 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 - + - name: Patch node gyp on windows to support Visual Studio 2019 if: startsWith(matrix.os, 'windows') shell: powershell run: | yarn global add --production windows-build-tools --vs2015 --msvs_version=2015 - + - name: Install node-gyp if: startsWith(matrix.os, 'windows') shell: powershell