Skip to content

Commit

Permalink
refactor: 환경변수 키 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 committed Nov 30, 2023
1 parent 1aa2103 commit fcae5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devserver_delpoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set environment Variables
run: |
echo "VITE_API_KEY=${{ secrets.VITE_API_KEY }}" >> $GITHUB_ENV
echo "VITE_AUTH_DOMAIN=${{ secrets.VITE_OPEN_API_KEY }}" >> $GITHUB_ENV
echo "VITE_OPEN_API_KEY=${{ secrets.VITE_OPEN_API_KEY }}" >> $GITHUB_ENV
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit fcae5d6

Please sign in to comment.