From e41f9f455cd77684dc09cbba193e50c60375b848 Mon Sep 17 00:00:00 2001 From: Edd Date: Tue, 12 Apr 2022 10:13:20 +0000 Subject: [PATCH] Fix IPFS deploy step After #244, and setting up the appropriate ENV var, I forgot to explicitly make it available in the build step that needs it. - Update IPFS action --- .github/workflows/ipfs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ipfs.yml b/.github/workflows/ipfs.yml index 524f8f4f6..05f0850f4 100644 --- a/.github/workflows/ipfs.yml +++ b/.github/workflows/ipfs.yml @@ -25,4 +25,6 @@ jobs: with: node-version: 16.14.0 - name: Run deploy for affected sites + env: + FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }} run: ./tools/ipfs-deploy.js