add openai key to workflow
This commit is contained in:
parent
b5d0d23fbe
commit
f0b608e776
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-integration.yml
vendored
1
.github/workflows/test-integration.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# Prefer repository/environment variable first, then secret, then a sane fallback
|
# Prefer repository/environment variable first, then secret, then a sane fallback
|
||||||
OPENSEARCH_PASSWORD: ${{ vars.OPENSEARCH_PASSWORD || secrets.OPENSEARCH_PASSWORD || 'OpenRag#2025!' }}
|
OPENSEARCH_PASSWORD: ${{ vars.OPENSEARCH_PASSWORD || secrets.OPENSEARCH_PASSWORD || 'OpenRag#2025!' }}
|
||||||
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: df -h
|
- run: df -h
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue