Skip to content

Commit

Permalink
Merge pull request #20 from studio-recoding/feat/cicd
Browse files Browse the repository at this point in the history
[fix] env 파일 생성
  • Loading branch information
uommou authored Mar 22, 2024
2 parents 9a92667 + 996d50c commit e5867fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
password: ${{ secrets.GHCR_TOKEN }}
- name: Create .env file
run: |
touch .env
echo NAME=${{ env.NAME }} > .env
echo VERSION=${{ env.VERSION }} >> .env
echo OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} >> .env
Expand Down

0 comments on commit e5867fc

Please sign in to comment.