From cafcf1bf7fd3c9c8ee529cb2772612b5dc3a16dc Mon Sep 17 00:00:00 2001 From: "chen, suyue" Date: Fri, 9 Aug 2024 13:06:47 +0800 Subject: [PATCH] add secrets for test (#436) Signed-off-by: chensuyue --- .github/workflows/microservice-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/microservice-test.yml b/.github/workflows/microservice-test.yml index d8000b93d5..e40745f0b3 100644 --- a/.github/workflows/microservice-test.yml +++ b/.github/workflows/microservice-test.yml @@ -43,6 +43,7 @@ jobs: HF_TOKEN: ${{ secrets.HF_TOKEN }} GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} GOOGLE_CSE_ID: ${{ secrets.GOOGLE_CSE_ID }} + PINECONE_KEY: ${{ secrets.PINECONE_KEY }} service_path: ${{ matrix.service }} hardware: ${{ matrix.hardware }} run: |