From b5bcbe328d90ebe7e128507ec68fea083d81ae89 Mon Sep 17 00:00:00 2001 From: Shih-Peng Wen Date: Sat, 23 Mar 2024 22:38:07 +0800 Subject: [PATCH] Update aws.yml for .env file. --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index c46904b..fa0dcd7 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -23,7 +23,7 @@ jobs: - name: Create .env file uses: SpicyPizza/create-envfile@v2.0.3 with: - VITE_API_URL: ${{ secrets.VITE_API_URL }} + envkey_VITE_API_URL: ${{ secrets.VITE_API_URL }} - name: Get current time uses: josStorer/get-current-time@v2.0.2