Skip to content

Commit

Permalink
Update azure-static-web-apps-jolly-bush-09eb13f00.yml
Browse files Browse the repository at this point in the history
- name: set up env 
        env:
          VITE_API_KEY: ${{ secrets.VITE_API_KEY }}
  • Loading branch information
zyc2339 authored Mar 19, 2024
1 parent b240754 commit 2813cde
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- name: Create .env file
run: echo "${{ secrets.ENV_FILE }}" > .env
- name: set up env
env:
VITE_API_KEY: ${{ secrets.VITE_API_KEY }}
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit 2813cde

Please sign in to comment.