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