chore: add required API key secrets for CI workflows (#8877)
This commit is contained in:
parent
aec07c3c7e
commit
09de4d1532
1 changed files with 3 additions and 0 deletions
3
.github/workflows/nightly_build.yml
vendored
3
.github/workflows/nightly_build.yml
vendored
|
|
@ -145,6 +145,9 @@ jobs:
|
|||
uses: ./.github/workflows/python_test.yml
|
||||
with:
|
||||
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
|
||||
secrets:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
||||
# Not making nightly builds dependent on integration test success
|
||||
# due to inherent flakiness of 3rd party integrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue