Skip to content

Commit

Permalink
Add env secret during build step
Browse files Browse the repository at this point in the history
  • Loading branch information
woshibiantai committed Sep 8, 2024
1 parent 027c5fe commit 48eb916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
node-version: '18'
- run: npm install
- run: npm run build
env:
VITE_GOOGLE_API_KEY: ${{ secrets.VITE_GOOGLE_API_KEY }}
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 48eb916

Please sign in to comment.