Skip to content

Commit d9b62a5

Browse files
authored
add env for searchqna (#318)
Signed-off-by: chensuyue <[email protected]>
1 parent 409c723 commit d9b62a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-compose-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
- name: Run test
6060
env:
6161
HUGGINGFACEHUB_API_TOKEN: ${{ secrets.HUGGINGFACEHUB_API_TOKEN }}
62+
GOOGLE_CSE_ID: ${{ secrets.GOOGLE_CSE_ID }}
63+
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
6264
example: ${{ matrix.example }}
6365
hardware: ${{ matrix.hardware }}
6466
IMAGE_TAG: ${{ needs.mega-image-build.outputs.image_tag }}

0 commit comments

Comments
 (0)