Skip to content

Commit

Permalink
trying to get environment variables to work with github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
uxdxdev committed Nov 26, 2023
1 parent fcf9032 commit 533471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build
run: npm run build
env:
VITE_API_KEY: ${{ env.VITE_API_KEY }}
VITE_API_KEY: ${{ secrets.VITE_API_KEY }}
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 533471a

Please sign in to comment.