Skip to content

Commit

Permalink
add secrets in ci test (opea-project#220)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Jun 20, 2024
1 parent e77190c commit 69e2664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/microservice-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 69e2664

Please sign in to comment.