Skip to content

Commit

Permalink
env-file Changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Natnael.Y committed May 17, 2024
1 parent 8ee377d commit c462955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c462955

Please sign in to comment.