Skip to content

Commit a3ef611

Browse files
authored
Update azure-static-web-apps-delightful-dune-04550af00.yml
工作流添加项目变量
1 parent 91d62d5 commit a3ef611

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/azure-static-web-apps-delightful-dune-04550af00.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
submodules: true
2121
lfs: false
22+
- name: Load environment variables
23+
run: |
24+
echo "VITE_API_URL=${{ secrets.VITE_API_URL }}" >> $GITHUB_ENV
25+
echo "VITE_TTS_KEY=${{ secrets.VITE_TTS_KEY }}" >> $GITHUB_ENV
26+
echo "VITE_Images_URI=${{ secrets.VITE_Images_URI }}" >> $GITHUB_ENV
2227
- name: Install dependencies
2328
run: npm install
2429
- name: Build the Quasar app

0 commit comments

Comments
 (0)