🔧 chore(test.yml): update POETRY_VERSION environment variable to "1.5.0" to use the latest version of Poetry

🔒 chore(test.yml): add OPENAI_API_KEY environment variable to securely store the OpenAI API key
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-05 11:53:30 -03:00
commit f7e5a3d422

View file

@ -7,7 +7,7 @@ on:
branches: [dev]
env:
POETRY_VERSION: "1.4.0"
POETRY_VERSION: "1.5.0"
jobs:
build:
@ -16,6 +16,8 @@ jobs:
matrix:
python-version:
- "3.10"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
steps:
- uses: actions/checkout@v3
- name: Install poetry