Update yarn script + SAFE_APPS env variable

This commit is contained in:
Mati Dastugue 2020-04-24 16:18:05 -03:00
parent 22f31b1173
commit 281c3c670c
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ env:
REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET: ${{ secrets.REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET }} REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET: ${{ secrets.REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET }}
REACT_APP_INFURA_TOKEN: ${{ secrets.REACT_APP_INFURA_TOKEN }} REACT_APP_INFURA_TOKEN: ${{ secrets.REACT_APP_INFURA_TOKEN }}
REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }} REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }}
REACT_APP_GNOSIS_APPS_URL: ${{ secrets.REACT_APP_GNOSIS_APPS_URL }}
jobs: jobs:
release: release:
@ -32,6 +33,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 10.16 node-version: 10.16
- run: yarn install --network-concurrency 1
- name: Patch node gyp on windows to support Visual Studio 2019 - name: Patch node gyp on windows to support Visual Studio 2019
if: startsWith(matrix.os, 'windows') if: startsWith(matrix.os, 'windows')