From df8d9958352dcd004588337e01a1111ff261d032 Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Fri, 21 Jul 2023 17:04:18 -0400 Subject: [PATCH] Add dev 0x API key to dev build The ungated 0x API has been sunset, meaning we need an API key for dev builds to work. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7149ab0eab..76de5255fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,7 @@ jobs: yarn build env: ALCHEMY_KEY: ${{ secrets.DEV_ALCHEMY_API_KEY || 'oV1Rtjh61hGa97X2MTqMY9kEUcpxP-6K' }} + ZEROX_API_KEY: ${{ secrets.DEV_ZEROX_API_KEY }} BLOCKNATIVE_API_KEY: ${{ secrets.DEV_BLOCKNATIVE_API_KEY || 'f60816ff-da02-463f-87a6-67a09c6d53fa' }} DAYLIGHT_API_KEY: ${{ secrets.DAYLIGHT_API_KEY }} COMMIT_SHA: ${{ github.sha }}