Skip to content

Commit

Permalink
build: try to fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Mar 4, 2024
1 parent adc7ff3 commit 8226269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- run: pnpm run format-check
- run: pnpm test
env:
VITE_BLOCKFROST_KEY: ${{ secrets.VITE_BLOCKFROST_KEY}}
VITE_SEED: ${{secrets.VITE_SEED}}
VITE_API_URL: ${{secrets.VITE_API_URL}}
VITE_BLOCKFROST_KEY: ${{ secrets.VITE_BLOCKFROST_KEY }}
VITE_SEED: ${{ secrets.VITE_SEED }}
VITE_API_URL: ${{ secrets.VITE_API_URL }}

0 comments on commit 8226269

Please sign in to comment.