From 69e2664a939798e2f488dcdbd87b6a17fb08b4ab Mon Sep 17 00:00:00 2001 From: "chen, suyue" Date: Thu, 20 Jun 2024 11:14:08 +0800 Subject: [PATCH] add secrets in ci test (#220) Signed-off-by: chensuyue --- .github/workflows/container-build.yml | 2 -- .github/workflows/microservice-test.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index a78fb6d89..b3c2f7bc6 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -5,8 +5,6 @@ name: Container Build permissions: read-all on: workflow_dispatch: - schedule: - - cron: "35 1 * * 6" jobs: # https://github.com/intel/ai-containers/blob/main/.github/action.yml build-containers: diff --git a/.github/workflows/microservice-test.yml b/.github/workflows/microservice-test.yml index 65412cffc..138f18b93 100644 --- a/.github/workflows/microservice-test.yml +++ b/.github/workflows/microservice-test.yml @@ -40,6 +40,8 @@ jobs: - name: Run microservice test env: HF_TOKEN: ${{ secrets.HF_TOKEN }} + GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + GOOGLE_CSE_ID: ${{ secrets.GOOGLE_CSE_ID }} service_path: ${{ matrix.service }} hardware: ${{ matrix.hardware }} run: |