We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5087360 commit 2df3581Copy full SHA for 2df3581
.github/workflows/publish.yml
@@ -16,6 +16,8 @@ jobs:
16
permissions:
17
id-token: write # Important for trusted publishing to PyPI
18
runs-on: ubuntu-latest
19
+ env:
20
+ OPENAI_API_KEY: fake-for-tests
21
22
steps:
23
- name: Checkout repository
0 commit comments