From c88628b15ffc0ca5a006cd10cf4b4b16b97e0f81 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Tu Date: Tue, 24 Sep 2024 18:28:28 +0700 Subject: [PATCH] feat(setup): demo - add env var ci build demo --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 850e79227..36abbd33b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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