Skip to content

Commit

Permalink
chore: open ai key 환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 committed Nov 29, 2023
1 parent 9fad688 commit a6b852d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/devserver_delpoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ 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
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit a6b852d

Please sign in to comment.