Skip to content

Commit

Permalink
fix vite_infura_api_key in ipfs yaml file (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev authored Dec 19, 2023
1 parent 7cef556 commit 832e0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: ${{ vars.VITE_INFURA_API_KEY }}
VITE_INFURA_API_KEY: ${{ secrets.VITE_INFURA_API_KEY }}
run: |
yarn
yarn build
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills';

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [
react(),
nodePolyfills({
Expand Down

0 comments on commit 832e0aa

Please sign in to comment.