Skip to content

Commit

Permalink
read infura key from vars in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Jan 22, 2024
1 parent 1f12530 commit 5267a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install and Build 🔧
env:
VITE_INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
VITE_INFURA_API_KEY: ${{ vars.INFURA_API_KEY }}
run: |
yarn
yarn build
Expand Down

0 comments on commit 5267a25

Please sign in to comment.