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
This commit is contained in:
parent
3db9546266
commit
e41f9f455c
2
.github/workflows/ipfs.yml
vendored
2
.github/workflows/ipfs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user