Unverified Commit 4a612531 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Do not load OPENAI_KEY from secrets (#3147)

parent d1a08632
...@@ -43,8 +43,6 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment