From 4b0da8743c17c068890fe020f6e8bbbd65e6a0b3 Mon Sep 17 00:00:00 2001 From: Leandro Boscariol Date: Fri, 8 Oct 2021 14:02:30 -0700 Subject: [PATCH] Make REACT_APP_BLOCKNATIVE_API_KEY available on CI scripts (#1534) Co-authored-by: Leandro Boscariol --- .github/workflows/ci.yml | 1 + .github/workflows/ipfs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53146bf0b..19a03667c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ env: PR_NUMBER: ${{ github.event.number }} REACT_APP_SENTRY_DSN: ${{ secrets.SENTRY_DSN }} REACT_APP_SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} + REACT_APP_BLOCKNATIVE_API_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_API_KEY }} jobs: setup: diff --git a/.github/workflows/ipfs.yml b/.github/workflows/ipfs.yml index 8e88c13fc..8ae112365 100644 --- a/.github/workflows/ipfs.yml +++ b/.github/workflows/ipfs.yml @@ -54,6 +54,7 @@ jobs: REACT_APP_ADDITIONAL_SERVICES_API_URL_XDAI: https://ido-api-xdai.gnosis.io/ REACT_APP_NETWORK_URL_MAINNET: https://mainnet.infura.io/v3/${{ secrets.INFURA_PROJECT_KEY }} REACT_APP_ADDITIONAL_SERVICES_API_URL_MAINNET: https://ido-api-mainnet.gnosis.io/ + REACT_APP_BLOCKNATIVE_API_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_API_KEY }} - name: "Deploy to IPFS with infura" run: yarn ipfs:publish