From c462955a647837bcdd5b84c680cd239e853c29a2 Mon Sep 17 00:00:00 2001 From: "Natnael.Y" Date: Sat, 18 May 2024 01:41:11 +0300 Subject: [PATCH] env-file Changed --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 02d9cfe..6d27ebf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,9 +35,13 @@ jobs: name: Deploy needs: build runs-on: ubuntu-latest + env: + VITE_REACT_APP_API_KEY: "0b91e0ec88a83357d43b8469bcdd6da8" if: github.ref == 'refs/heads/main' steps: + - name: Display custom environment variables + run: echo "The VITE_REACT_APP_API_KEY is ${{env.VITE_REACT_APP_API_KEY}}" - name: Download artifact uses: actions/download-artifact@v2 with: