Do not load OPENAI_KEY from secrets (#3147)
This commit is contained in:
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
@@ -43,8 +43,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
env:
|
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
|
||||||
run: |
|
run: |
|
||||||
cd test/lang
|
cd test/lang
|
||||||
python3 run_suite.py --suite per-commit
|
python3 run_suite.py --suite per-commit
|
||||||
|
|||||||
Reference in New Issue
Block a user