Skip to content

Commit

Permalink
feat(setup): demo - add env var ci build demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Anh Tu committed Sep 24, 2024
1 parent db36ca0 commit c88628b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
cd demo/vue-app-new
npm install
npm run build
env:
VITE_APP_PIMLICO_API_KEY: ${{ secrets.PIMLICO_API_KEY }}

# Copy the files from build folder to the S3 bucket
# Upload to S3
Expand Down

0 comments on commit c88628b

Please sign in to comment.