Skip to content

Commit

Permalink
Update main_travel-ai-translator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
End2EndAI committed Sep 6, 2023
1 parent b9a802e commit 21f8d87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main_travel-ai-translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
path: |
.
!venv/
# Create config.ini file using GitHub Secret

- name: Create config.ini
run: |
echo "[OPENAI_API]" > config.ini
echo "key = ${{ secrets.OPENAI_API_KEY }}" >> config.ini
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21f8d87

Please sign in to comment.