Skip to content

Commit

Permalink
fix : dev.yml - profile 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
inmonim committed Aug 26, 2024
1 parent 9820e27 commit bde2610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
echo "CALINIFY_DATABASE_USERNAME=${{ secrets.CALINIFY_DATABASE_USERNAME }}" >> .env
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> .env
echo "GPT_PLAIN_TEXT_MODEL=${{ secrets.GPT_PLAIN_TEXT_MODEL }}" >> .env
echo "CALINIFY_AI_SERVER_PROFILE=${{ secrets.CALINIFY_AI_SERVER_PROFILE }}" >> .env
- name: Setup SSH
uses: webfactory/[email protected]
Expand Down

0 comments on commit bde2610

Please sign in to comment.